BUG 0000 User Inbox Simplified (first commit)

This commit is contained in:
Erik Amaru Ortiz
2012-01-20 12:01:02 -04:00
parent 236bdd2d9c
commit 0bade635c1
32 changed files with 15523 additions and 81 deletions

View File

@@ -223,7 +223,7 @@ class Controller
*/
public function setVar($name, $value)
{
$this->getHeadPublisher()->sssignVar($name, $value);
$this->getHeadPublisher()->assignVar($name, $value);
}
/**