1
0
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:
CaMer0n
2009-09-17 01:47:20 +00:00
parent db3a16fdc6
commit d0f696f943
5 changed files with 30 additions and 111 deletions

View File

@@ -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'))