Skip to content

Commit

Permalink
fix loading exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
imsamurai committed Mar 3, 2014
1 parent dcb5092 commit e8b4656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
));
CakePlugin::load('ArraySort');
CakePlugin::load('HttpSocketOauth');
require $thisPluginDir . 'Lib' . DS . 'Error' . DS . 'exceptions.php';
require_once $thisPluginDir . 'Lib' . DS . 'Error' . DS . 'exceptions.php';

0 comments on commit e8b4656

Please sign in to comment.