From fcced216bea6c5d250c2c13cf251ef563fb99e07 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Mon, 21 Sep 2009 14:43:15 +0000 Subject: Fix $user_guid that was removed in a function. --- lib/migrate.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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(); -- cgit v1.2.3