Skip to content

Commit

Permalink
Dev: Re-add return false
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 4, 2016
1 parent 3641778 commit a3c2f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/update/updatedb_helper.php
Expand Up @@ -1461,6 +1461,7 @@ function db_upgrade_all($iOldDBVersion, $bSilent=false) {
// clear the cache of all loaded tables
$oDB->schema->refresh();
echo '<br /><br />'.gT('An non-recoverable error happened during the update. Error details:')."<p>".htmlspecialchars($e->getMessage()).'</p><br />';
return false;
}
fixLanguageConsistencyAllSurveys();
Yii::app()->setConfig('Updating',false);
Expand Down

0 comments on commit a3c2f14

Please sign in to comment.