AAAAhome/academiac/www/libraries/joomla/document/html/renderer/message.php 0000644 00000003566 15137561521 0022211 0 ustar 00 getMessageQueue(); // Build the sorted message list if (is_array($messages) && !empty($messages)) { foreach ($messages as $msg) { if (isset($msg['type']) && isset($msg['message'])) { $lists[$msg['type']][] = $msg['message']; } } } // Build the return string $buffer .= "\n
"; return $buffer; } }