summaryrefslogtreecommitdiff
path: root/_test/tests/inc/remote.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/tests/inc/remote.test.php')
-rw-r--r--_test/tests/inc/remote.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/remote.test.php b/_test/tests/inc/remote.test.php
index 94f66538d..49152d8db 100644
--- a/_test/tests/inc/remote.test.php
+++ b/_test/tests/inc/remote.test.php
@@ -317,7 +317,7 @@ class remote_test extends DokuWikiTest {
function test_pluginCallCustomPath() {
global $EVENT_HANDLER;
- $EVENT_HANDLER->register_hook('RPC_CALL_ADD', 'BEFORE', &$this, 'pluginCallCustomPathRegister');
+ $EVENT_HANDLER->register_hook('RPC_CALL_ADD', 'BEFORE', $this, 'pluginCallCustomPathRegister');
$remoteApi = new RemoteAPI();
$result = $remoteApi->call('custom.path');