[pLog-svn] r1802 - plog/branches/plog-1.0.1/class/locale

mark at devel.plogworld.net mark at devel.plogworld.net
Mon Apr 11 02:21:52 GMT 2005


Author: mark
Date: 2005-04-11 02:21:51 +0000 (Mon, 11 Apr 2005)
New Revision: 1802

Modified:
   plog/branches/plog-1.0.1/class/locale/locales.class.php
Log:
It seems we forgot to inlcude pluginmanager class in locales.class.php. Just add it.

Modified: plog/branches/plog-1.0.1/class/locale/locales.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/locale/locales.class.php	2005-04-11 02:17:25 UTC (rev 1801)
+++ plog/branches/plog-1.0.1/class/locale/locales.class.php	2005-04-11 02:21:51 UTC (rev 1802)
@@ -4,6 +4,7 @@
 	include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
 	include_once( PLOG_CLASS_PATH."class/locale/locale.class.php" );
 	include_once( PLOG_CLASS_PATH."class/locale/pluginlocale.class.php" );
+	include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
 
     define("DEFAULT_LOCALE", "en_UK");
 




More information about the pLog-svn mailing list