Installer angepasst für aktuelle Systeme
This commit is contained in:
@@ -650,7 +650,7 @@ class PiTpl
|
||||
* @return bool
|
||||
*/
|
||||
|
||||
public function msg($type, $title = NULL, $msg, $cancelable = true, $id = 0)
|
||||
public function msg($type, $msg, $title = NULL, $cancelable = true, $id = 0)
|
||||
{
|
||||
if (!strlen($type) > 0 || !is_string($type) ||
|
||||
!strlen($msg) > 0 || !is_string($msg)
|
||||
@@ -943,4 +943,3 @@ class PiTpl
|
||||
return true;
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user