[pLog-svn] r3394 - plugins/trunk/galleryfeeds/class/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu May 11 22:05:34 GMT 2006


Author: oscar
Date: 2006-05-11 22:05:33 +0000 (Thu, 11 May 2006)
New Revision: 3394

Modified:
   plugins/trunk/galleryfeeds/class/action/generatefeedaction.class.php
Log:
added some missing includes, which cause the plugin to be working again in LT 1.1


Modified: plugins/trunk/galleryfeeds/class/action/generatefeedaction.class.php
===================================================================
--- plugins/trunk/galleryfeeds/class/action/generatefeedaction.class.php	2006-05-11 21:58:44 UTC (rev 3393)
+++ plugins/trunk/galleryfeeds/class/action/generatefeedaction.class.php	2006-05-11 22:05:33 UTC (rev 3394)
@@ -76,6 +76,8 @@
                 return true;        
         
             // load the albums by using the correct API method :)
+            include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryresources.class.php" );
+            include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryalbums.class.php" );            
             $galleryResources = new GalleryResources();
             $resources = $galleryResources->getUserResources( $this->_blogInfo->getId(),
                                                               $this->_albumId );



More information about the pLog-svn mailing list