Reviewed: https://reviews.mahara.org/12240 Committed: https://git.mahara.org/mahara/mahara/commit/c20501d38083236d24dddb48e07a881d0904003b Submitter: Robert Lyon ([email protected]) Branch: 21.04_DEV
commit c20501d38083236d24dddb48e07a881d0904003b Author: Robert Lyon <[email protected]> Date: Tue Nov 9 12:09:35 2021 +1300 Bug 1950220: Call session_cleanup() correctly for mobile Change-Id: Icce22cae8acaffeb3b8bebd282bcfaf5f9317473 Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit 4572a5ebfb86adcaf03541f70b9793d616ae2694) -- 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/1950220 Title: Call to protected method webservice_base_server::session_cleanup() from context Status in Mahara: Fix Committed Status in Mahara 20.10 series: Fix Committed Status in Mahara 21.04 series: Fix Committed Status in Mahara 21.10 series: Fix Committed Status in Mahara 22.04 series: Fix Committed Bug description: The module/mobileapi/download.php file is trying to call the session_cleanup() method outside of the class itself. Need to do this call from within the class via $this object To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1950220/+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

