diff options
-rw-r--r-- | lib/migrate.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/migrate.php b/lib/migrate.php index 43a003a3c..ca68ec8c4 100644 --- a/lib/migrate.php +++ b/lib/migrate.php @@ -57,6 +57,8 @@ function tidypics_migrate_pics() { function tidypics_migrate_user_pics(ElggUser $user) { global $CONFIG, $filestore; + $user_guid = $user->getGUID(); + // update all entity subtypes in a single go at the end. $updated_guids = array(); |