[pLog-svn] r3392 - plugins/trunk/digestview

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu May 11 21:53:16 GMT 2006


Author: oscar
Date: 2006-05-11 21:53:16 +0000 (Thu, 11 May 2006)
New Revision: 3392

Modified:
   plugins/trunk/digestview/plugindigestview.class.php
Log:
plugin id must be lowercase, and plugin ported to 1.1 too


Modified: plugins/trunk/digestview/plugindigestview.class.php
===================================================================
--- plugins/trunk/digestview/plugindigestview.class.php	2006-05-11 21:45:53 UTC (rev 3391)
+++ plugins/trunk/digestview/plugindigestview.class.php	2006-05-11 21:53:16 UTC (rev 3392)
@@ -21,7 +21,7 @@
   {
     $this->PluginBase();
 
-    $this->id = "DigestView";
+    $this->id = "digestview";
     $this->desc = "Allows a template designer to access quick post summaries".
             " of categories and specific users whenever he/she wants";
     $this->author = "woodzy";



More information about the pLog-svn mailing list