summaryrefslogtreecommitdiff
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/Bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/Bootstrap.php b/application/Bootstrap.php
index b15cbfce..f36fac14 100644
--- a/application/Bootstrap.php
+++ b/application/Bootstrap.php
@@ -30,7 +30,7 @@ require SYSPATH.'core/Kohana'.EXT;
final class Kohana extends Kohana_Core {}
require SYSPATH.'core/Kohana_Exception'.EXT;
-class Kohana_Exception extends Kohana_Exception_Core {}
+require MODPATH.'gallery/libraries/MY_Kohana_Exception'.EXT;
require SYSPATH.'core/Kohana_Config'.EXT;
require SYSPATH.'libraries/drivers/Config'.EXT;