[pLog-svn] r4805 - plugins/branches/lifetype-1.1/sitemap
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Wed Feb 21 16:45:16 EST 2007
    
    
  
Author: oscar
Date: 2007-02-21 16:45:15 -0500 (Wed, 21 Feb 2007)
New Revision: 4805
Modified:
   plugins/branches/lifetype-1.1/sitemap/pluginsitemap.class.php
Log:
fixed mantis issue http://bugs.lifetype.net/view.php?id=1190 -- include for the Menu class missing.
Modified: plugins/branches/lifetype-1.1/sitemap/pluginsitemap.class.php
===================================================================
--- plugins/branches/lifetype-1.1/sitemap/pluginsitemap.class.php	2007-02-21 13:41:21 UTC (rev 4804)
+++ plugins/branches/lifetype-1.1/sitemap/pluginsitemap.class.php	2007-02-21 21:45:15 UTC (rev 4805)
@@ -31,6 +31,8 @@
          */
         function init()
         {           
+            include_once( PLOG_CLASS_PATH.'class/template/menu/menu.class.php' );	
+	
             // register the events we want
             $this->registerNotification( EVENT_POST_POST_ADD );
             $this->registerNotification( EVENT_POST_POST_UPDATE );
    
    
More information about the pLog-svn
mailing list