Fixes for php 8.2
This commit is contained in:
parent
29faed4b35
commit
6c4ca64e43
9 changed files with 36 additions and 8 deletions
|
|
@ -160,7 +160,7 @@ function padminConsole($options)
|
|||
{
|
||||
|
||||
//echo "Error, please, check ${post_install_script} file and execute padmin.php again\n";
|
||||
$climate->white()->backgroundRed()->out("Error, please, check ${post_install_script} file and execute padmin.php again");
|
||||
$climate->white()->backgroundRed()->out("Error, please, check {$post_install_script} file and execute padmin.php again");
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue