diff --git a/include/util.php b/include/util.php index bc4603f..99362ac 100644 --- a/include/util.php +++ b/include/util.php @@ -5,7 +5,7 @@ function util_show_error_page_and_exit($text = null, $message = null) { if (!$text) { - $text = "You must be logged in to perform that operation."; + $text = "You must be logged in to perform that operation."; } header("HTTP/1.0 404 Object not found or user is not logged in"); apidb_header("Oops");