Skip to content

Commit

Permalink
Dont enable KDT module for CLI requests
Browse files Browse the repository at this point in the history
  • Loading branch information
biakaveron committed Dec 12, 2011
1 parent 1f26f97 commit 474599f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/bootstrap.php
Expand Up @@ -118,7 +118,7 @@
'kw-auth' => MODPATH.'auth',
'kw-accounts' => MODPATH.'accounts',
'kw-modules' => MODPATH.'modules',
'debug_toolbar'=> MODPATH.'debugtoolbar',
'debug_toolbar'=> Kohana::$is_cli ? FALSE : MODPATH.'debugtoolbar',
));

/**
Expand Down

0 comments on commit 474599f

Please sign in to comment.