From 499c621417de54ab0ff3798a45425e4613ebe2f0 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 25 Sep 2006 14:15:55 +0000 Subject: [PATCH] fixed quoting error --- mod/forum/discuss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/discuss.php b/mod/forum/discuss.php index 7a7ab984a91dd..cabb402b202b5 100644 --- a/mod/forum/discuss.php +++ b/mod/forum/discuss.php @@ -73,7 +73,7 @@ 'destination forum(s) - check your file permissionsforums'); } } else { - error('You can't move to that forum - it doesn't exist!'); + error('You can\'t move to that forum - it doesn\'t exist!'); } }