[pLog-svn] r1085 - plugins/trunk/dropcase/class/action

mark at devel.plogworld.net mark at devel.plogworld.net
Tue Feb 15 13:20:44 GMT 2005


Author: mark
Date: 2005-02-15 13:20:43 +0000 (Tue, 15 Feb 2005)
New Revision: 1085

Modified:
   plugins/trunk/dropcase/class/action/plugindropcaseconfigaction.class.php
   plugins/trunk/dropcase/class/action/plugindropcaseupdateconfigaction.class.php
Log:
Remove un-need include file

Modified: plugins/trunk/dropcase/class/action/plugindropcaseconfigaction.class.php
===================================================================
--- plugins/trunk/dropcase/class/action/plugindropcaseconfigaction.class.php	2005-02-15 13:20:13 UTC (rev 1084)
+++ plugins/trunk/dropcase/class/action/plugindropcaseconfigaction.class.php	2005-02-15 13:20:43 UTC (rev 1085)
@@ -1,7 +1,6 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );
-	include_once( PLOG_CLASS_PATH."class/view/admin/adminplugintemplatedview.class.php" );
 	include_once( PLOG_CLASS_PATH."plugins/dropcase/class/view/plugindropcaseconfigview.class.php" );
 
 	/**

Modified: plugins/trunk/dropcase/class/action/plugindropcaseupdateconfigaction.class.php
===================================================================
--- plugins/trunk/dropcase/class/action/plugindropcaseupdateconfigaction.class.php	2005-02-15 13:20:13 UTC (rev 1084)
+++ plugins/trunk/dropcase/class/action/plugindropcaseupdateconfigaction.class.php	2005-02-15 13:20:43 UTC (rev 1085)
@@ -1,7 +1,6 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );
-	include_once( PLOG_CLASS_PATH."class/view/admin/adminplugintemplatedview.class.php" );
 	include_once( PLOG_CLASS_PATH."plugins/dropcase/class/view/plugindropcaseconfigview.class.php" );
 		
 	/**
@@ -26,7 +25,7 @@
 		        
 		function perform()
 		{
-            // // update the plugin configurations to blog setting
+            // update the plugin configurations to blog setting
 			$blogSettings = $this->_blogInfo->getSettings();
             $blogSettings->setValue( "plugin_dropcase_enabled", $this->_pluginEnabled );
             $this->_blogInfo->setSettings( $blogSettings ); 




More information about the pLog-svn mailing list