[pLog-svn] r2963 - plugins/trunk/atom/class/xml/atom

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Feb 16 19:57:23 GMT 2006


Author: oscar
Date: 2006-02-16 19:57:22 +0000 (Thu, 16 Feb 2006)
New Revision: 2963

Modified:
   plugins/trunk/atom/class/xml/atom/postservice.class.php
Log:
added missing include


Modified: plugins/trunk/atom/class/xml/atom/postservice.class.php
===================================================================
--- plugins/trunk/atom/class/xml/atom/postservice.class.php	2006-02-16 19:51:18 UTC (rev 2962)
+++ plugins/trunk/atom/class/xml/atom/postservice.class.php	2006-02-16 19:57:22 UTC (rev 2963)
@@ -353,6 +353,7 @@
 		      // use the default one
 		      $blogSettings = $this->_blogInfo->getSettings();
 		      $albumId = $blogSettings->getValue( "plugin_atom_gallery_resource_album_id" );
+		      include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryalbums.class.php" );
 		      $albums = new GalleryAlbums();
 		      $album = $albums->getAlbum( $albumId );
 		      if( !$album ) {



More information about the pLog-svn mailing list