mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'fix-error-with-php72' into 'develop'
Fixed error and white screen with php7.2. See merge request artica/pandorafms!1515
This commit is contained in:
commit
ede1a3e091
@ -2434,7 +2434,7 @@ function clear_pandora_error_for_header() {
|
|||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
$config["alert_cnt"] = 0;
|
$config["alert_cnt"] = 0;
|
||||||
$_SESSION["alert_msg"] = "";
|
$_SESSION["alert_msg"] = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_pandora_error_for_header($message, $title = null) {
|
function set_pandora_error_for_header($message, $title = null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user