|
@@ -44,7 +44,7 @@ |
|
|
block discarded – undo |
|
44
|
44
|
} |
|
45
|
45
|
// post messages |
|
46
|
46
|
require_once("functions/post_messages.php"); |
|
47
|
|
- if(isset($_SESSION['response']) && $_SESSION['response'] && is_bool($_SESSION['response'])){ |
|
|
47
|
+ if (isset($_SESSION['response']) && $_SESSION['response'] && is_bool($_SESSION['response'])) { |
|
48
|
48
|
$_SESSION['response'] = false; |
|
49
|
49
|
echo '<meta http-equiv="refresh" content="1">'; |
|
50
|
50
|
}elseif (isset($_SESSION['response'])) { |
Please login to merge, or discard this patch.