[pLog-svn] r1060 - plugins/trunk/flickr/class/action

mark at devel.plogworld.net mark at devel.plogworld.net
Sun Feb 13 15:12:44 GMT 2005


Author: mark
Date: 2005-02-13 15:12:44 +0000 (Sun, 13 Feb 2005)
New Revision: 1060

Modified:
   plugins/trunk/flickr/class/action/pluginflickrshowaction.class.php
Log:
Fix a typo error. SMARTY_CACHE_DISABLE should be SMARTY_VIEW_CACHE_DISABLE.

Modified: plugins/trunk/flickr/class/action/pluginflickrshowaction.class.php
===================================================================
--- plugins/trunk/flickr/class/action/pluginflickrshowaction.class.php	2005-02-13 15:11:02 UTC (rev 1059)
+++ plugins/trunk/flickr/class/action/pluginflickrshowaction.class.php	2005-02-13 15:12:44 UTC (rev 1060)
@@ -16,7 +16,7 @@
 		
 		function perform()
 		{
-            $this->_view = new BlogView( $this->_blogInfo, "flickr", SMARTY_CACHED_DISABLED );
+            $this->_view = new BlogView( $this->_blogInfo, "flickr", 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