[pLog-svn] r1933 - plog/branches/plog-1.1-ben/class/action/admin

ork at devel.plogworld.net ork at devel.plogworld.net
Tue May 3 18:46:42 GMT 2005


Author: ork
Date: 2005-05-03 18:46:41 +0000 (Tue, 03 May 2005)
New Revision: 1933

Modified:
   plog/branches/plog-1.1-ben/class/action/admin/admindeleteresourcealbumaction.class.php
Log:
missing include


Modified: plog/branches/plog-1.1-ben/class/action/admin/admindeleteresourcealbumaction.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/action/admin/admindeleteresourcealbumaction.class.php	2005-05-03 04:47:29 UTC (rev 1932)
+++ plog/branches/plog-1.1-ben/class/action/admin/admindeleteresourcealbumaction.class.php	2005-05-03 18:46:41 UTC (rev 1933)
@@ -4,6 +4,7 @@
     include_once( PLOG_CLASS_PATH."class/view/admin/adminresourceslistview.class.php" );
     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/data/validator/integervalidator.class.php" );
 
     /**
      * \ingroup Action




More information about the pLog-svn mailing list