summaryrefslogtreecommitdiffstats
path: root/lib/migration
diff options
context:
space:
mode:
Diffstat (limited to 'lib/migration')
-rw-r--r--lib/migration/provider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/migration/provider.php b/lib/migration/provider.php
index 98804ee91c9..feae29f1354 100644
--- a/lib/migration/provider.php
+++ b/lib/migration/provider.php
@@ -35,11 +35,11 @@ abstract class OC_Migration_Provider{
public function setData( $uid, $content, $info=null ){
$this->content = $content;
$this->uid = $uid;
+ $id = $this->id;
if( !is_null( $info ) ){
$this->olduid = $info->exporteduser;
$this->appinfo = $info->apps->$id;
}
- $id = $this->id;
}
/**