diff options
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'); } |