Fixed error and white screen with php7.2.

This commit is contained in:
Junichi Satoh 2018-06-05 11:34:19 +09:00
parent db4ce74311
commit 5142112ae5
1 changed files with 1 additions and 1 deletions

View File

@ -2434,7 +2434,7 @@ function clear_pandora_error_for_header() {
global $config;
$config["alert_cnt"] = 0;
$_SESSION["alert_msg"] = "";
$_SESSION["alert_msg"] = array();
}
function set_pandora_error_for_header($message, $title = null) {