From 0d3624e6a73f846fe7ab77900779aced63456112 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sat, 23 Mar 2013 18:27:21 +0100 Subject: [PATCH] :DDDD --- src/API/ServerAPI.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/API/ServerAPI.php b/src/API/ServerAPI.php index 21094c5e1..2426b66c0 100644 --- a/src/API/ServerAPI.php +++ b/src/API/ServerAPI.php @@ -471,6 +471,8 @@ class ServerAPI{ return false; } require_once($file); + }else{ + $internal = true; } $this->$name = new $class($this->server); $this->apiList[] = $this->$name;