MDL-50917 navigation: fix incorrect @since

This commit is contained in:
Dan Poltawski
2015-09-22 09:22:26 +01:00
parent 4addd78dfc
commit 392dccf38b
+1 -1
View File
@@ -4766,7 +4766,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 2.9
* @since Moodle 2.9.3
* @param int $userid The user's ID.
* @return bool True if child nodes exist to view, otherwise false.
*/