Skip to content

Commit

Permalink
Dev Another stab at fixing the gsid update caching issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 23, 2017
1 parent 5be523d commit db34deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/update/updatedb_helper.php
Expand Up @@ -576,6 +576,7 @@ function db_upgrade_all($iOldDBVersion, $bSilent=false) {

// Force User model to refresh meta data (for updates from very old versions)
User::model()->refreshMetaData();
Survey::model()->refreshMetaData();

// Inform superadmin about update
$superadmins = User::model()->getSuperAdmins();
Expand Down

0 comments on commit db34deb

Please sign in to comment.