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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Mar 29 16:33:02 GMT 2006


Author: oscar
Date: 2006-03-29 16:33:02 +0000 (Wed, 29 Mar 2006)
New Revision: 3150

Modified:
   plog/trunk/class/view/admin/adminresourceslistview.class.php
Log:
fixed a notice


Modified: plog/trunk/class/view/admin/adminresourceslistview.class.php
===================================================================
--- plog/trunk/class/view/admin/adminresourceslistview.class.php	2006-03-29 12:02:45 UTC (rev 3149)
+++ plog/trunk/class/view/admin/adminresourceslistview.class.php	2006-03-29 16:33:02 UTC (rev 3150)
@@ -53,6 +53,8 @@
 		{
 			// get the page from the request
 			$this->_page = $this->getCurrentPageFromRequest();
+			
+			$albums = Array();
 
 	        // and the current album
         	$galleryAlbums = new GalleryAlbums();



More information about the pLog-svn mailing list