fixing missing $

This commit is contained in:
toyomoyo
2006-09-26 01:50:17 +00:00
parent 4c81f5511e
commit 71dd89ff09
+2 -2
View File
@@ -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":