[pLog-svn] r4531 - plugins/branches/lifetype-1.1/secret/class/view

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Jan 11 00:59:14 GMT 2007


Author: jondaley
Date: 2007-01-11 00:59:14 +0000 (Thu, 11 Jan 2007)
New Revision: 4531

Modified:
   plugins/branches/lifetype-1.1/secret/class/view/secretpluginenterpasswordview.class.php
Log:
the enter password form shouldn't ever be cached

Modified: plugins/branches/lifetype-1.1/secret/class/view/secretpluginenterpasswordview.class.php
===================================================================
--- plugins/branches/lifetype-1.1/secret/class/view/secretpluginenterpasswordview.class.php	2007-01-11 00:59:01 UTC (rev 4530)
+++ plugins/branches/lifetype-1.1/secret/class/view/secretpluginenterpasswordview.class.php	2007-01-11 00:59:14 UTC (rev 4531)
@@ -6,7 +6,7 @@
 	{
 		function SecretPluginEnterPasswordView( $blogInfo )
 		{
-			$this->PluginTemplatedView( $blogInfo, "secret", "passwordform" );
+			$this->PluginTemplatedView( $blogInfo, "secret", "passwordform", SMARTY_VIEW_CACHE_DISABLED );
 		}
 	}
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list