mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 19:00:26 +02:00
Bugifx with multiple installs at once..
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
|
||||||
| $Revision: 1.29 $
|
| $Revision: 1.30 $
|
||||||
| $Date: 2009-07-10 14:25:22 $
|
| $Date: 2009-07-13 09:31:19 $
|
||||||
| $Author: e107coders $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -108,12 +108,12 @@ class pluginManager{
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
if($this->action == 'avail' || $this->action == 'installed') // Plugin Check is done during upgrade_routine.
|
if($this->action == 'avail' || $this->action == 'installed') // Plugin Check is done during upgrade_routine.
|
||||||
{
|
{
|
||||||
$this -> pluginCheck();
|
$this -> pluginCheck();
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
if($this->action == "uninstall")
|
if($this->action == "uninstall")
|
||||||
@@ -181,7 +181,7 @@ class pluginManager{
|
|||||||
|
|
||||||
function pluginUninstall()
|
function pluginUninstall()
|
||||||
{
|
{
|
||||||
global $plugin,$ns,$admin_log,$pref,$tp;
|
global $plugin,$ns,$admin_log,$pref,$tp,$sql;
|
||||||
|
|
||||||
if(!isset($_POST['uninstall_confirm']))
|
if(!isset($_POST['uninstall_confirm']))
|
||||||
{ // $id is already an integer
|
{ // $id is already an integer
|
||||||
|
Reference in New Issue
Block a user