[pLog-svn] r2625 - plugins/trunk/moderate

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Nov 24 05:29:55 GMT 2005


Author: jondaley
Date: 2005-11-24 05:29:55 +0000 (Thu, 24 Nov 2005)
New Revision: 2625

Modified:
   plugins/trunk/moderate/pluginmoderate.class.php
Log:
small typo

Modified: plugins/trunk/moderate/pluginmoderate.class.php
===================================================================
--- plugins/trunk/moderate/pluginmoderate.class.php	2005-11-24 05:29:37 UTC (rev 2624)
+++ plugins/trunk/moderate/pluginmoderate.class.php	2005-11-24 05:29:55 UTC (rev 2625)
@@ -15,7 +15,7 @@
 			$this->PluginBase();
 			
 			$this->id = "moderate";
-			$this->description = "Provides moderation of comments";
+			$this->desc = "Provides moderation of comments";
 			$this->author = "The pLog Team";
 			$this->locales = Array( "en_UK", "zh_TW", "es_ES" );
 			




More information about the pLog-svn mailing list