Skip to content
  • Mihail Geshoski's avatar
    MDL-73532 navigation: Modify methods that extend the setting nav · 4a9c83ac
    Mihail Geshoski authored
    Introduces some changes to the exising _extend_settings_navigation()
    methods that utilize the global $PAGE object. In order to accomodate
    the changes done for the secondary navigation for single activity
    courses, the methods that extend the settings navigation can no longer
    rely on the $PAGE object, instead the more reliabe way to obtain this
    infomation is through the get_page() method from settings_navigation
    class.
    4a9c83ac