mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Remove 'downloads' from the core sql table, and more installation fixes.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
|
||||
| $Revision: 1.87 $
|
||||
| $Date: 2009-09-17 00:13:39 $
|
||||
| $Revision: 1.88 $
|
||||
| $Date: 2009-09-17 01:47:20 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -1508,7 +1508,7 @@ class e107plugin
|
||||
|
||||
$plug['plug_action'] = 'install';
|
||||
|
||||
if ($plug['plugin_installflag'] == FALSE)
|
||||
if (!vartrue($plug['plugin_installflag']))
|
||||
{
|
||||
$_path = e_PLUGIN.$plug['plugin_path'].'/';
|
||||
if(file_exists($_path.'plugin.xml'))
|
||||
|
Reference in New Issue
Block a user