[pLog-svn] r2660 - plugins/trunk/templateeditor

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Nov 28 05:00:02 GMT 2005


Author: mark
Date: 2005-11-28 05:00:01 +0000 (Mon, 28 Nov 2005)
New Revision: 2660

Modified:
   plugins/trunk/templateeditor/plugintemplateeditor.class.php
Log:
Fix notice error, according to pwestbro's fix here: http://bugs.lifetype.net/view.php?id=754

Modified: plugins/trunk/templateeditor/plugintemplateeditor.class.php
===================================================================
--- plugins/trunk/templateeditor/plugintemplateeditor.class.php	2005-11-27 20:32:08 UTC (rev 2659)
+++ plugins/trunk/templateeditor/plugintemplateeditor.class.php	2005-11-28 05:00:01 UTC (rev 2660)
@@ -2,8 +2,8 @@
 	include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
 	include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
 	
-	define( MAX_BACKUP_FILES, 5);
-	define( EDITABLE_EXTENSION, "css,inc,template,txt" );
+	define( "MAX_BACKUP_FILES", 5);
+	define( "EDITABLE_EXTENSION", "css,inc,template,txt" );
 
 	class PluginTemplateEditor extends PluginBase
 	{




More information about the pLog-svn mailing list