This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-23 18:27:21 +01:00
parent 14ff3e0a9b
commit 0d3624e6a7

View File

@ -471,6 +471,8 @@ class ServerAPI{
return false;
}
require_once($file);
}else{
$internal = true;
}
$this->$name = new $class($this->server);
$this->apiList[] = $this->$name;