From 0483c5ff67e8927319ee50f01285290c82bf52f8 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 25 May 2018 19:41:07 +0200 Subject: [PATCH] EchoHooks: Fix copypasta in link to documentation page Change-Id: Ic39468363a7c44d69f01d76ed6500104610b5ee0 --- includes/EchoHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EchoHooks.php b/includes/EchoHooks.php index d1522b67b..87cec750b 100644 --- a/includes/EchoHooks.php +++ b/includes/EchoHooks.php @@ -1347,7 +1347,7 @@ class EchoHooks { /** * Handler for ParserTestTables hook, makes sure that Echo's tables are present during tests - * @see http://www.mediawiki.org/wiki/Manual:Hooks/UserClearNewTalkNotification + * @see http://www.mediawiki.org/wiki/Manual:Hooks/ParserTestTables * @param array &$tables List of DB tables to be used for parser tests * @return bool true in all cases */