← Back to team overview

mahara-contributors team mailing list archive

[Bug 1895476] A change has been merged

 

Reviewed:  https://reviews.mahara.org/11276
Committed: https://git.mahara.org/mahara/mahara/commit/089175b67443b9ced20d1374958d90f917a97e11
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    20.04_STABLE

commit 089175b67443b9ced20d1374958d90f917a97e11
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Mon Sep 7 14:53:08 2020 +1200

Bug 1895476: call the class or interface 'SimpleSAML_*' correctly

It is now using namespaces, so
'SimpleSAML_Configuration' becomes 'SimpleSAML\Configuration'
'SimpleSAML_Metadata_MetaDataStorageSource' becomes
'SimpleSAML\Metadata\MetaDataStorageSource'

Change-Id: Icfe4fac03e8857688b1128ef0884ebde8c0d40a6
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
(cherry picked from commit 997550f96572ce2d1bb89f910143785a8bbf657f)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1895476

Title:
  Changing some SAML functions calls to be namespaced

Status in Mahara:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Fixing up places where the following error occurs 
   
  error: call the class or interface 'SimpleSAML_*' correctly

  As SAML now is using namespaces, so should the local calls to the
  methods, so

   'SimpleSAML_Configuration' becomes 'SimpleSAML\Configuration'
   'SimpleSAML_Metadata_MetaDataStorageSource' becomes 'SimpleSAML\Metadata\MetaDataStorageSource'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1895476/+subscriptions


References