From 71dd89ff09d798679edfc43fc29b8961183afb7b Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 26 Sep 2006 01:50:17 +0000 Subject: [PATCH] fixing missing $ --- backup/restorelib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/restorelib.php b/backup/restorelib.php index f692acb877..c078744cda 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -3638,7 +3638,7 @@ case "USERID": $this->info->roleassignments[$this->info->tempshortname]->name = $this->info->tempname; $this->info->roleassignments[$this->info->tempshortname]->shortname = $this->info->tempshortname; - $this->info->tempuser = this->getContents(); + $this->info->tempuser = $this->getContents(); $this->info->roleassignments[$this->info->tempshortname]->assignments[$this->info->tempuser]->userid = $this->getContents(); break; case "HIDDEN": @@ -3683,7 +3683,7 @@ case "NAME": $this->info->roleoverrides[$this->info->tempshortname]->name = $this->info->tempname; $this->info->roleoverrides[$this->info->tempshortname]->shortname = $this->info->tempshortname; - $this->info->tempname = this->getContents(); // change to name of capability + $this->info->tempname = $this->getContents(); // change to name of capability $this->info->roleoverrides[$this->info->tempshortname]->overrides[$this->info->tempname]->name = $this->getContents(); break; case "PERMISSION": -- 2.39.5