Updated building queue and resource updater

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
Gregory PLANCHAT 2011-06-23 22:45:57 +02:00
commit 61abbb3900
9 changed files with 274 additions and 114 deletions

View file

@ -87,7 +87,7 @@ class Legacies_Object
public function __get($key)
{
return $this->getData($key, $value);
return $this->getData($key);
}
public function __unset($key)