Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e0390
)
MDL-26106 fix lable typo
author
Petr Skoda
<commits@skodak.org>
Sun, 23 Jan 2011 14:36:06 +0000
(15:36 +0100)
committer
Petr Skoda
<commits@skodak.org>
Sun, 23 Jan 2011 14:36:06 +0000
(15:36 +0100)
credit goes to fautrero
mod/label/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/label/lib.php
b/mod/label/lib.php
index
a80a08d
..
1f77822
100644
(file)
--- a/
mod/label/lib.php
+++ b/
mod/label/lib.php
@@
-181,7
+181,7
@@
function label_reset_userdata($data) {
*
* @return array
*/
-function lab
le
_get_extra_capabilities() {
+function lab
el
_get_extra_capabilities() {
return array('moodle/site:accessallgroups');
}