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:
b3e9594
)
MDL-50917 navigation: fix incorrect @since
author
Dan Poltawski
<dan@moodle.com>
Tue, 22 Sep 2015 08:36:06 +0000
(09:36 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 22 Sep 2015 08:36:06 +0000
(09:36 +0100)
lib/navigationlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/navigationlib.php
b/lib/navigationlib.php
index
d60c461
..
ec79f51
100644
(file)
--- a/
lib/navigationlib.php
+++ b/
lib/navigationlib.php
@@
-4778,7
+4778,7
@@
class settings_navigation extends navigation_node {
* Checks to see if there are child nodes available in the specific user's preference node.
* If so, then they have the appropriate permissions view this user's preferences.
*
- * @since Moodle
3.0
+ * @since Moodle
2.9.3
* @param int $userid The user's ID.
* @return bool True if child nodes exist to view, otherwise false.
*/