[pLog-svn] r6745 - plugins/branches/lifetype-1.2/sapeclient/class/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Nov 19 18:42:03 EST 2008


Author: jondaley
Date: 2008-11-19 18:42:03 -0500 (Wed, 19 Nov 2008)
New Revision: 6745

Modified:
   plugins/branches/lifetype-1.2/sapeclient/class/action/pluginsapeclientupdateconfigaction.class.php
Log:
same typos that were copied from lss

Modified: plugins/branches/lifetype-1.2/sapeclient/class/action/pluginsapeclientupdateconfigaction.class.php
===================================================================
--- plugins/branches/lifetype-1.2/sapeclient/class/action/pluginsapeclientupdateconfigaction.class.php	2008-11-19 23:40:53 UTC (rev 6744)
+++ plugins/branches/lifetype-1.2/sapeclient/class/action/pluginsapeclientupdateconfigaction.class.php	2008-11-19 23:42:03 UTC (rev 6745)
@@ -11,7 +11,7 @@
 		var $_pluginEnabled;
 		var $_sapeuser;
 		
-		function PluginStickyPostsUpdateConfigAction( $actionInfo, $request )
+		function PluginSapeClientUpdateConfigAction( $actionInfo, $request )
 		{
 			$this->AdminAction( $actionInfo, $request );
 		}
@@ -53,7 +53,7 @@
 			// save the blogs settings
 			$blogs = new Blogs();
             if( !$blogs->updateBlog( $this->_blogInfo )) {
-                $this->_view = new PluginStickyPostsConfigView( $this->_blogInfo );
+                $this->_view = new PluginSapeClientConfigView( $this->_blogInfo );
                 $this->_view->setErrorMessage( $this->_locale->tr("error_updating_settings"));
                 $this->setCommonData();
 



More information about the pLog-svn mailing list