blob: 3c721b6044775750f1ce859c595abbc07105cd9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- include/functions.php.orig 2016-04-08 09:50:59 UTC
+++ include/functions.php
@@ -2322,7 +2322,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) {
|