Advertisement
Guest User

Untitled

a guest
May 26th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. dev@trvdevsrv3$ svn diff -r310:311 framework/controller.class.php
  2. Index: framework/controller.class.php
  3. ===================================================================
  4. --- framework/controller.class.php (revision 310)
  5. +++ framework/controller.class.php (revision 311)
  6. @@ -444,8 +444,8 @@
  7. }
  8.  
  9. // debug bar
  10. - if ($this->get_context()->app()->in_dev_mode() && $this->layout !== false)
  11. - {
  12. + if ($this->get_context()->app()->in_dev_mode() && $this->layout !== false)
  13. + {
  14. $final_output = ob_get_contents();
  15. ob_clean();
  16. insert_debug($final_output, $this);
  17. @@ -456,4 +456,4 @@
  18.  
  19. $this->has_rendered = true;
  20. }
  21. - }
  22. \ No newline at end of file
  23. + }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement