** Description changed: - While working #1976432 I found that session_get_instance() does not - appear to be defined anywhere. A quick search suggests it may have come - from a Moodle module. In the current version of Moodle this has also - been deprecated. + While working on bug #1976432 I found that session_get_instance() does + not appear to be defined anywhere. A quick search suggests it may have + come from a Moodle module. In the current version of Moodle this has + also been deprecated. https://github.com/netspotau/moodle- mod_assign/blob/master/lib/sessionlib.php Given no errors have been reported around this we could remove the if() block it appears in. The instance of this is here: https://git.mahara.org/mahara/mahara/-/blob/main/htdocs/webservice/lib.php#L1251
-- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: mahara-contributors https://bugs.launchpad.net/bugs/1980021 Title: session_get_instance() does not exist Status in Mahara: Fix Committed Bug description: While working on bug #1976432 I found that session_get_instance() does not appear to be defined anywhere. A quick search suggests it may have come from a Moodle module. In the current version of Moodle this has also been deprecated. https://github.com/netspotau/moodle- mod_assign/blob/master/lib/sessionlib.php Given no errors have been reported around this we could remove the if() block it appears in. The instance of this is here: https://git.mahara.org/mahara/mahara/-/blob/main/htdocs/webservice/lib.php#L1251 To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1980021/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

