1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Notice removal

This commit is contained in:
CaMer0n
2009-09-10 10:23:12 +00:00
parent c1a46151c9
commit 91d08cb128
2 changed files with 6 additions and 6 deletions

View File

@@ -9,8 +9,8 @@
* Administration - Database Utilities
*
* $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $
* $Revision: 1.31 $
* $Date: 2009-09-10 09:49:01 $
* $Revision: 1.32 $
* $Date: 2009-09-10 10:23:12 $
* $Author: e107coders $
*
*/
@@ -178,7 +178,7 @@ class system_tools
$this->scan_override();
}
if(isset($_POST['plugin_scan']) || e_QUERY == "plugin" || $_POST['delplug'] || $_GET['mode']=='plugin_scan')
if(isset($_POST['plugin_scan']) || e_QUERY == "plugin" || isset($_POST['delplug']) || $_GET['mode']=='plugin_scan')
{
$this->plugin_viewscan();
}