diff --git a/application/helpers/update/updatedb_helper.php b/application/helpers/update/updatedb_helper.php index 58d191e6f8e..f55ddc4fc47 100644 --- a/application/helpers/update/updatedb_helper.php +++ b/application/helpers/update/updatedb_helper.php @@ -1461,6 +1461,7 @@ function db_upgrade_all($iOldDBVersion, $bSilent=false) { // clear the cache of all loaded tables $oDB->schema->refresh(); echo '

'.gT('An non-recoverable error happened during the update. Error details:')."

".htmlspecialchars($e->getMessage()).'


'; + return false; } fixLanguageConsistencyAllSurveys(); Yii::app()->setConfig('Updating',false);