[pLog-svn] r1200 - plugins/trunk/textparser/class/action

mark at devel.plogworld.net mark at devel.plogworld.net
Thu Feb 24 08:11:58 GMT 2005


Author: mark
Date: 2005-02-24 08:11:58 +0000 (Thu, 24 Feb 2005)
New Revision: 1200

Modified:
   plugins/trunk/textparser/class/action/adminplugintextparserupdatesettingsaction.class.php
Log:
Add clearCache to textparser updateAction.

Modified: plugins/trunk/textparser/class/action/adminplugintextparserupdatesettingsaction.class.php
===================================================================
--- plugins/trunk/textparser/class/action/adminplugintextparserupdatesettingsaction.class.php	2005-02-24 07:59:25 UTC (rev 1199)
+++ plugins/trunk/textparser/class/action/adminplugintextparserupdatesettingsaction.class.php	2005-02-24 08:11:58 UTC (rev 1200)
@@ -55,6 +55,9 @@
 			$this->_view = new AdminPluginTextParserSettingsView( $this->_blogInfo );
 			$this->_view->setSuccessMessage( $this->_locale->tr("textparser_settings_saved_ok"));
 			$this->setCommonData();
+			
+			// clear the cache
+			CacheControl::resetBlogCache( $this->_blogInfo->getId());					
             
             return true;		
 		}




More information about the pLog-svn mailing list