From 64fed39c7caaa36cd62aaff4d94cee5bfc0b80d7 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 19 Sep 2012 00:51:22 +0200 Subject: [PATCH] MDL-33166 Forum: whitespace fix --- mod/forum/db/access.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/db/access.php b/mod/forum/db/access.php index e793399e8e1..3426df0a388 100644 --- a/mod/forum/db/access.php +++ b/mod/forum/db/access.php @@ -354,6 +354,6 @@ $capabilities = array( 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW ) - ), + ), );