Home
last modified time | relevance | path

Searched refs:LVL_MSG_ERROR (Results 1 – 1 of 1) sorted by last modified time

/template/strap/class/
H A DTplUtility.php37 const LVL_MSG_ERROR = -1; define in ComboStrap\\TplUtility
574 TplUtility::msg("A plugin has send text before the creation of the page. Because it will mess the rendering, we have deleted it. The content was: (" . $ob . ")", TplUtility::LVL_MSG_ERROR, "strap");
1467 static function msg($message, $level = self::LVL_MSG_ERROR, $canonical = "strap")
1487 if (defined('DOKU_UNITTEST') && ($level == self::LVL_MSG_WARNING || $level == self::LVL_MSG_ERROR)) {