]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fix $user_guid that was removed in a function.
authorBrett Profitt <brett.profitt@gmail.com>
Mon, 21 Sep 2009 14:43:15 +0000 (14:43 +0000)
committerBrett Profitt <brett.profitt@gmail.com>
Mon, 21 Sep 2009 14:43:15 +0000 (14:43 +0000)
lib/migrate.php

index 43a003a3c92b941e9c69898749752d07fe58126b..ca68ec8c4bad5c59682a252e2392eeefb8ba8940 100644 (file)
@@ -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();