Skip to content

Commit

Permalink
Merge pull request #3849 from sbulen/upgrdatafix
Browse files Browse the repository at this point in the history
Set $upgradeData to null after successful upgrade
  • Loading branch information
live627 committed Jan 22, 2017
2 parents be176a6 + e7a6c98 commit b2c278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/upgrade.php
Expand Up @@ -1324,7 +1324,7 @@ function DeleteUpgrade()
$changes = array(
'language' => '\'' . (substr($language, -4) == '.lng' ? substr($language, 0, -4) : $language) . '\'',
'db_error_send' => '1',
'upgradeData' => '#remove#',
'upgradeData' => '\'\'',
);

// Are we in maintenance mode?
Expand Down

0 comments on commit b2c278d

Please sign in to comment.