summaryrefslogtreecommitdiff
path: root/inc/remote.php
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2011-11-28 19:06:16 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2011-11-28 19:11:07 +0100
commitf61380cb67f8216ae4c75922511ff5a07fd21ca0 (patch)
tree6925835b4b8f4e8455ac6f4994ef4e00e215c67a /inc/remote.php
parent2d2d9d0f3a410b31d76a2be193fe16b3dbd79096 (diff)
downloadrpg-f61380cb67f8216ae4c75922511ff5a07fd21ca0.tar.gz
rpg-f61380cb67f8216ae4c75922511ff5a07fd21ca0.tar.bz2
introduced first remote test cases
Diffstat (limited to 'inc/remote.php')
-rw-r--r--inc/remote.php2
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');
}