mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-06 17:44:12 +01:00
N°8854 - Replace trigger_error() usage with E_USER_ERROR
This commit is contained in:
@@ -230,7 +230,7 @@ class TestMyBizModel extends TestBizModel
|
||||
|
||||
public function test_error()
|
||||
{
|
||||
trigger_error("Stop requested", E_USER_ERROR);
|
||||
trigger_error("Stop requested", E_USER_WARNING);
|
||||
}
|
||||
|
||||
public function test_changetracking()
|
||||
|
||||
Reference in New Issue
Block a user