[pLog-svn] r3401 - plog/trunk/class/controller

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat May 13 14:33:36 GMT 2006


Author: oscar
Date: 2006-05-13 14:33:36 +0000 (Sat, 13 May 2006)
New Revision: 3401

Modified:
   plog/trunk/class/controller/controller.class.php
Log:
added the Exception class again, as it is very useful to have those stack traces available when errors happen


Modified: plog/trunk/class/controller/controller.class.php
===================================================================
--- plog/trunk/class/controller/controller.class.php	2006-05-13 14:00:02 UTC (rev 3400)
+++ plog/trunk/class/controller/controller.class.php	2006-05-13 14:33:36 UTC (rev 3401)
@@ -18,6 +18,7 @@
     
     include_once( PLOG_CLASS_PATH."class/action/action.class.php" );
 	include_once( PLOG_CLASS_PATH."class/controller/resourceclassloader.class.php" );
+    include_once( PLOG_CLASS_PATH."class/object/exception.class.php" );	
 
     //
     // various constants that will come handy



More information about the pLog-svn mailing list