[pLog-svn] r503 - plog/trunk/class/action/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Dec 15 14:34:44 GMT 2004


Author: oscar
Date: 2004-12-15 14:34:43 +0000 (Wed, 15 Dec 2004)
New Revision: 503

Modified:
   plog/trunk/class/action/admin/admindeletegalleryitemsaction.class.php
Log:
fixed one missing include


Modified: plog/trunk/class/action/admin/admindeletegalleryitemsaction.class.php
===================================================================
--- plog/trunk/class/action/admin/admindeletegalleryitemsaction.class.php	2004-12-15 14:34:05 UTC (rev 502)
+++ plog/trunk/class/action/admin/admindeletegalleryitemsaction.class.php	2004-12-15 14:34:43 UTC (rev 503)
@@ -9,7 +9,7 @@
     include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryresource.class.php" );
     include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryalbums.class.php" );
 	include_once( PLOG_CLASS_PATH."class/template/cachecontrol.class.php" );
-	include_once( PLOG_CLASS_PATH."class/data/arrayvalidator.class.php" );
+	include_once( PLOG_CLASS_PATH."class/data/validator/arrayvalidator.class.php" );
 	include_once( PLOG_CLASS_PATH."class/view/admin/adminresourceslistview.class.php" );
 
     /**




More information about the pLog-svn mailing list