diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2011-11-28 19:06:16 +0100 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2011-11-28 19:11:07 +0100 |
commit | f61380cb67f8216ae4c75922511ff5a07fd21ca0 (patch) | |
tree | 6925835b4b8f4e8455ac6f4994ef4e00e215c67a /inc/remote.php | |
parent | 2d2d9d0f3a410b31d76a2be193fe16b3dbd79096 (diff) | |
download | rpg-f61380cb67f8216ae4c75922511ff5a07fd21ca0.tar.gz rpg-f61380cb67f8216ae4c75922511ff5a07fd21ca0.tar.bz2 |
introduced first remote test cases
Diffstat (limited to 'inc/remote.php')
-rw-r--r-- | inc/remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/remote.php b/inc/remote.php index 13a38aa17..6f48d2015 100644 --- a/inc/remote.php +++ b/inc/remote.php @@ -92,7 +92,7 @@ class RemoteAPI { * @throws RemoteException On denied access. * @return void */ - private function forceAccess() { + public function forceAccess() { if (!$this->hasAccess()) { throw new RemoteException('Access denied'); } |