[pLog-svn] r4639 - plog/branches/lifetype-1.2/class/action/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Jan 30 18:32:25 EST 2007


Author: oscar
Date: 2007-01-30 18:32:24 -0500 (Tue, 30 Jan 2007)
New Revision: 4639

Modified:
   plog/branches/lifetype-1.2/class/action/admin/admincleanupaction.class.php
Log:
Removed a warning.

Modified: plog/branches/lifetype-1.2/class/action/admin/admincleanupaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/admincleanupaction.class.php	2007-01-30 23:31:04 UTC (rev 4638)
+++ plog/branches/lifetype-1.2/class/action/admin/admincleanupaction.class.php	2007-01-30 23:32:24 UTC (rev 4639)
@@ -134,7 +134,7 @@
 		{
 			include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
 			$config =& Config::getConfig();
-			$tmpFolder = $config->getValue( "temp_folder", TEMP_FOLDER );
+			$tmpFolder = $config->getValue( "temp_folder" );
 			File::deleteDir( $tmpFolder, true, true );
 			
 			$this->_message = $this->_locale->tr( "temp_folder_reset_ok" );



More information about the pLog-svn mailing list