[pLog-svn] r1128 - plugins/trunk/authimage/class/action

mark at devel.plogworld.net mark at devel.plogworld.net
Fri Feb 18 12:34:15 GMT 2005


Author: mark
Date: 2005-02-18 12:34:15 +0000 (Fri, 18 Feb 2005)
New Revision: 1128

Modified:
   plugins/trunk/authimage/class/action/pluginauthimageshowaction.class.php
Log:
Forgot to set authimageshow template smarty cache disable.

Modified: plugins/trunk/authimage/class/action/pluginauthimageshowaction.class.php
===================================================================
--- plugins/trunk/authimage/class/action/pluginauthimageshowaction.class.php	2005-02-18 12:32:43 UTC (rev 1127)
+++ plugins/trunk/authimage/class/action/pluginauthimageshowaction.class.php	2005-02-18 12:34:15 UTC (rev 1128)
@@ -16,7 +16,7 @@
 		
 		function perform()
 		{
-			$this->_view = new PluginTemplatedView( $this->_blogInfo, "authimage", "authimageshow");
+			$this->_view = new PluginTemplatedView( $this->_blogInfo, "authimage", "authimageshow", SMARTY_VIEW_CACHE_DISABLED );
             $this->_view->setValue( "request", $this->_request );
             // add all the common information to the view
             $this->setCommonData();




More information about the pLog-svn mailing list