MDL-20293 strict param validation support
This commit is contained in:
@@ -15,6 +15,7 @@ $string['erroroccur'] = 'An error has occurred during this process';
|
||||
$string['fixsetting'] = 'Please fix your settings in config.php: <p>You have:</p> <p>\$CFG->dirroot = \'$a->current\';</p> <p>but it should be:</p> <p>\$CFG->dirroot = \'$a->found\';</p>';
|
||||
$string['invalideventdata'] = 'Incorrect eventadata submitted: $a';
|
||||
$string['invalidarraysize'] = 'Incorrect size of arrays in params of $a';
|
||||
$string['invalidparameter'] = 'Invalid parameter value detected, execution can not continue.';
|
||||
$string['missingconfigversion'] = 'Config table does not contain version, can not continue, sorry.';
|
||||
$string['mustbeoveride'] = 'Abstract $a method must be overriden.';
|
||||
$string['morethanonerecordinfetch'] = 'Found more than one record in fetch() !';
|
||||
|
||||
Reference in New Issue
Block a user