Home
last modified time | relevance | path

Searched refs:msg_id (Results 1 – 1 of 1) sorted by relevance

/plugin/strata/helper/
H A Dsyntax.php1105 * @param msg_id The id of the message in the language file.
1107 function emitError($region, $msg_id) {
1113 $msg = vsprintf($this->getLang($msg_id), $args);
1098 emitError($region, $msg_id) global() argument