This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-22 17:25:45 +02:00
parent 6457055be3
commit d552042094
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ the Free Software Foundation, either version 3 of the License, or
*/
class ServerAPI{
var $restart = false;
public $restart = false;
private static $serverRequest = false;
private $asyncCalls = array();
private $server;