Change messages class to message
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
|
||||
//show the response
|
||||
if (isset($response)) {
|
||||
messages::add($text['label-event']." ".ucwords($cmd)." ".$text['label-response'].htmlentities($response));
|
||||
message::add($text['label-event']." ".ucwords($cmd)." ".$text['label-response'].htmlentities($response));
|
||||
}
|
||||
|
||||
//define variables
|
||||
|
||||
Reference in New Issue
Block a user