From d1c0e93895f0f1ed12dcbf1df98fd74af7cc9af9 Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 6 Sep 2013 13:08:35 -0700 Subject: [PATCH] [ticket/11824] Correct a comment PHPBB3-11824 --- phpBB/includes/acp/acp_board.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php index 5b73cb3772..04bb565f6f 100644 --- a/phpBB/includes/acp/acp_board.php +++ b/phpBB/includes/acp/acp_board.php @@ -999,7 +999,7 @@ class acp_board * Option to enable/disable removal of 'app.php' from URLs * * Note that if mod_rewrite is on, URLs without app.php will still work, - * but any paths generated by the controller helper url() method will + * but any paths generated by the controller helper url() method will not * contain app.php. * * @param int $value The current config value