Skip to content

Commit

Permalink
Dev: Update db version in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jul 12, 2017
1 parent 14dd2be commit ad52e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/update/updatedb_helper.php
Expand Up @@ -269,7 +269,7 @@ function db_upgrade_all($iOldDBVersion, $bSilent=false) {

Notification::broadcast(array(
'title' => gT('Database update'),
'message' => sprintf(gT('The database has been updated from version %s to version %s.'), $iOldDBVersion, '293')
'message' => sprintf(gT('The database has been updated from version %s to version %s.'), $iOldDBVersion, '295')
), $superadmins);

fixLanguageConsistencyAllSurveys();
Expand Down

0 comments on commit ad52e85

Please sign in to comment.