From: danmarsden <danmarsden> Date: Mon, 11 Aug 2008 21:19:21 +0000 (+0000) Subject: MDL-15994 fix typo in choice/lib.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=db19ec017d4d5b658f088c3b4c89bf5256ca35b2;p=moodle.git MDL-15994 fix typo in choice/lib.php --- diff --git a/mod/choice/lib.php b/mod/choice/lib.php index 890eb8a13c..f354f47ed8 100644 --- a/mod/choice/lib.php +++ b/mod/choice/lib.php @@ -745,7 +745,7 @@ function choice_get_response_data($choice, $cm, $groupmode) { /** * Returns all other caps used in module */ -function chice_get_extra_capabilities() { +function choice_get_extra_capabilities() { return array('moodle/site:accessallgroups'); }