1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 19:14:09 +02:00

Plugin upgrade fix and install stats added.

This commit is contained in:
Cameron
2015-04-24 20:19:18 -07:00
parent aded604827
commit 1e12220959
2 changed files with 21 additions and 1 deletions

View File

@@ -1671,7 +1671,7 @@ class e107plugin
$sql = e107::getDb();
// Add or Remove Table --------------
if($function == 'install' || $function = 'uninstall')
if($function == 'install' || $function == 'uninstall')
{
$contents = file_get_contents($sqlFile);