Merge branch 'MDL-37768_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Dan Poltawski 2013-02-12 15:44:17 +08:00
commit 5c70d6505a
2 changed files with 7 additions and 1 deletions

View file

@ -123,7 +123,7 @@ abstract class testing_util {
*
* @return bool
*/
protected static function is_test_data_updated() {
public static function is_test_data_updated() {
global $CFG;
$framework = self::get_framework();