summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/Log/ILog.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Log/ILog.php b/framework/Log/ILog.php
index 712f8396..faeb4ff3 100644
--- a/framework/Log/ILog.php
+++ b/framework/Log/ILog.php
@@ -10,8 +10,8 @@ interface ILog
public function fatal($msg, $source='Prado', $category='core');
}
-require_once(dirname(__FILE__).'/EventLog/log.php');
-
+require_once(PRADO_DIR.'/Log/EventLog/log.php');
+require_once(PRADO_DIR.'/Log/EventLog/exceptions/writer_exception.php');
/**
* ${classname}
*