[pLog-svn] r4321 - plugins/branches/lifetype-1.1/secretblog/class/security

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Nov 21 20:48:50 GMT 2006


Author: oscar
Date: 2006-11-21 20:48:49 +0000 (Tue, 21 Nov 2006)
New Revision: 4321

Modified:
   plugins/branches/lifetype-1.1/secretblog/class/security/secretblogfilter.class.php
Log:
fixed issue http://bugs.lifetype.net/view.php?id=1118


Modified: plugins/branches/lifetype-1.1/secretblog/class/security/secretblogfilter.class.php
===================================================================
--- plugins/branches/lifetype-1.1/secretblog/class/security/secretblogfilter.class.php	2006-11-21 20:43:28 UTC (rev 4320)
+++ plugins/branches/lifetype-1.1/secretblog/class/security/secretblogfilter.class.php	2006-11-21 20:48:49 UTC (rev 4321)
@@ -100,7 +100,7 @@
 			$t = $ts->PluginTemplate( "secretblog", "passwordform" );
 			$t->assign( "locale", $blogInfo->getLocale() );
 			$t->assign( "articleId", $articleId );
-			$t->assign( "url", RequestGenerator::getRequestGenerator( $blogInfo ));
+			$t->assign( "url", $blogInfo->getBlogRequestGenerator());
 			$t->assign( "blog", $blogInfo );
 			return( $t->fetch());
         }



More information about the pLog-svn mailing list