From e83a6a22d454a480dc8c389db84eaf591ec7d86a Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 23 Jan 2011 15:36:06 +0100 Subject: [PATCH] MDL-26106 fix lable typo credit goes to fautrero --- mod/label/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/label/lib.php b/mod/label/lib.php index a80a08d1082..1f77822d9d2 100644 --- a/mod/label/lib.php +++ b/mod/label/lib.php @@ -181,7 +181,7 @@ function label_reset_userdata($data) { * * @return array */ -function lable_get_extra_capabilities() { +function label_get_extra_capabilities() { return array('moodle/site:accessallgroups'); }