mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
\SetupPage::error : remove "error" title as existing calls already add it
This commit is contained in:
@@ -89,7 +89,7 @@ class SetupPage extends NiceWebPage
|
||||
|
||||
public function error($sText)
|
||||
{
|
||||
$this->add("<div class=\"message message-error\"><span class=\"message-title\">Error:</span>$sText</div>");
|
||||
$this->add("<div class=\"message message-error\">$sText</div>");
|
||||
$this->log_error($sText);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user