mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fix a typo
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
|
||||||
| $Revision: 1.27 $
|
| $Revision: 1.28 $
|
||||||
| $Date: 2008-02-02 22:04:18 $
|
| $Date: 2008-02-07 22:20:02 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -794,7 +794,7 @@ class e107plugin
|
|||||||
$txt .= $this->execute_function($path, $function, 'post');
|
$txt .= $this->execute_function($path, $function, 'post');
|
||||||
|
|
||||||
|
|
||||||
if($function == 'install' || $functon = 'upgrade')
|
if($function == 'install' || $function = 'upgrade')
|
||||||
{
|
{
|
||||||
$eplug_addons = $this->getAddons($plug_vars['folder']);
|
$eplug_addons = $this->getAddons($plug_vars['folder']);
|
||||||
$sql->db_Update('plugin', "plugin_installflag = 1, plugin_addons = '{$eplug_addons}', plugin_version = '{$plug_vars['version']}' WHERE plugin_id = ".$id);
|
$sql->db_Update('plugin', "plugin_installflag = 1, plugin_addons = '{$eplug_addons}', plugin_version = '{$plug_vars['version']}' WHERE plugin_id = ".$id);
|
||||||
|
Reference in New Issue
Block a user