[pLog-svn] r2011 - plugins/trunk/gallery/class/gallery

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue May 17 05:26:12 GMT 2005


Author: oscar
Date: 2005-05-17 05:26:12 +0000 (Tue, 17 May 2005)
New Revision: 2011

Modified:
   plugins/trunk/gallery/class/gallery/galleryhelper.class.php
Log:
small fix. This needs to be updated to SF.net...


Modified: plugins/trunk/gallery/class/gallery/galleryhelper.class.php
===================================================================
--- plugins/trunk/gallery/class/gallery/galleryhelper.class.php	2005-05-17 04:19:15 UTC (rev 2010)
+++ plugins/trunk/gallery/class/gallery/galleryhelper.class.php	2005-05-17 05:26:12 UTC (rev 2011)
@@ -122,7 +122,8 @@
 	$ret = GalleryEmbed::init( array( 'embedUri' => $this->_embedUri,
 					  'embedPath' => $this->_embedPath,
 					  'relativeG2Path' => $this->_relativePath,
-					  'activeUserId' => '' ) ); 
+					  'activeUserId' => '', 
+					  'fullInit' => true) ); 
 	    
 	// Check for errors
         if ($ret->isError()) {




More information about the pLog-svn mailing list