Skip to content

Commit

Permalink
#534 Unset debug
Browse files Browse the repository at this point in the history
This was in for testing only
  • Loading branch information
amazeika committed Dec 8, 2021
1 parent 611f45b commit c91a7e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/plugins/system/joomlatools/joomlatools.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public function bootstrap()
* Framework Bootstrapping
*/
Koowa::getInstance(array(
'debug' => false,
'cache' => false, //JFactory::getConfig()->get('caching')
'cache_namespace' => 'koowa-' . $application . '-' . md5(JFactory::getConfig()->get('secret')),
'root_path' => JPATH_ROOT,
Expand Down

0 comments on commit c91a7e5

Please sign in to comment.