From 98b4c565c0f85fefe5f32ba79915c9453b1df0d4 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 5 Jan 2006 01:26:59 +0000 Subject: --- framework/Log/ILog.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Log/ILog.php') 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} * -- cgit v1.2.3