Installer angepasst für aktuelle Systeme

This commit is contained in:
2023-04-21 09:17:10 +02:00
parent f803effbbd
commit f2938cf701
9 changed files with 249 additions and 267 deletions

View File

@@ -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;
}
}
?>