Comment 7 for bug 1755611

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/8690
Committed: https://git.mahara.org/mahara/mahara/commit/e42528eae749777a4ffc8eebb6c6b774b5058b23
Submitter: Robert Lyon (<email address hidden>)
Branch: 17.04_STABLE

commit e42528eae749777a4ffc8eebb6c6b774b5058b23
Author: Robert Lyon <email address hidden>
Date: Thu Mar 8 10:56:30 2018 +1300

Bug 1755611: Should not call non static function statically in framework module

Get these deprecated warnings:
Non-static method PluginModuleFramework::add_matrix_to_db() should not be called
statically in htdocs/module/framework/lib.php on line 56
Non-static method PluginModuleFramework::matrix_is_valid_json() should not be called
statically in htdocs/module/framework/lib.php on line 107

behatnotneeded

Change-Id: I959b1364926a32b88fe9aaea147b5d38de6884b0
Signed-off-by: Robert Lyon <email address hidden>
(cherry picked from commit 53914399050b50da11776710c9f03354dfff19bd)