mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #42537
[Bug 1643365] A change has been merged
Reviewed: https://reviews.mahara.org/7728
Committed: https://git.mahara.org/mahara/mahara/commit/a407b3791a85b59c1a83d50216d187cc7a53905f
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit a407b3791a85b59c1a83d50216d187cc7a53905f
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Mon May 8 11:04:13 2017 +1200
Bug 1681291: Missing params for LeapImportComment::setup_relationships()
When the bug 1643365 was fixed we missed a place where the
setup_relationships() was called. We need to add the extra required
parameters to the call
behatnotneeded
Change-Id: I093937073598d4ff39abfa10aa9725319a40ec55
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
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/1643365
Title:
LeapImportArtefactPlugin warning when extending class adds parameters
in method
Status in Mahara:
Fix Released
Bug description:
When trying to import a Leap2A file, the operation in successful but
shows following warning for several classes:
[WAR] de (artefact/resume/import/leap/lib.php:0) Declaration of
LeapImportResume::import_author_data(PluginImport $importer,
$persondataid) should be compatible with
LeapImportArtefactPlugin::import_author_data(PluginImportLeap
$importer, $persondataid)
[WAR] de (artefact/plans/import/leap/lib.php:0) Declaration of
LeapImportPlans::setup_relationships(SimpleXMLElement $entry,
PluginImportLeap $importer) should be compatible with
LeapImportArtefactPlugin::setup_relationships(SimpleXMLElement $entry,
PluginImportLeap $importer, $strategy, array $otherentries)
[WAR] de (artefact/annotation/import/leap/lib.php:0) Declaration of
LeapImportAnnotation::setup_view_relationships(SimpleXMLElement
$entry, PluginImportLeap $importer) should be compatible with
LeapImportArtefactPlugin::setup_view_relationships(SimpleXMLElement
$entry, PluginImportLeap $importer, $strategy, array $otherentries)
[WAR] de (artefact/comment/import/leap/lib.php:0) Declaration of
LeapImportComment::setup_relationships(SimpleXMLElement $entry,
PluginImportLeap $importer) should be compatible with
LeapImportArtefactPlugin::setup_relationships(SimpleXMLElement $entry,
PluginImportLeap $importer, $strategy, array $otherentries)
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1643365/+subscriptions
References