[pLog-svn] r1006 - plog/trunk/class/view/admin

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Feb 8 15:37:50 GMT 2005


Author: ork
Date: 2005-02-08 15:37:50 +0000 (Tue, 08 Feb 2005)
New Revision: 1006

Modified:
   plog/trunk/class/view/admin/adminview.class.php
Log:
we go't a DEFAULT_MENU_FILE and the var isn't initialized anyway :)


Modified: plog/trunk/class/view/admin/adminview.class.php
===================================================================
--- plog/trunk/class/view/admin/adminview.class.php	2005-02-08 15:30:44 UTC (rev 1005)
+++ plog/trunk/class/view/admin/adminview.class.php	2005-02-08 15:37:50 UTC (rev 1006)
@@ -81,7 +81,7 @@
 			//
 			// stuff to generate the menu on the left
 			//
-            $menu =& Menu::getMenu( $menuFilePath );
+            $menu =& Menu::getMenu();
 			// initialize the menu renderer, passing as parameters the original menu structure,
 			// the current logged in user (so that we can check permissions and so on)
 			// and the current value of the 'op' parameter so that we can now which option is the
@@ -94,4 +94,4 @@
 			parent::render();
 		}
     }
-?>
\ No newline at end of file
+?>




More information about the pLog-svn mailing list