summaryrefslogtreecommitdiff
path: root/pages/edit.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/edit.inc')
-rw-r--r--pages/edit.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/edit.inc b/pages/edit.inc
index 4333044..021ae4b 100644
--- a/pages/edit.inc
+++ b/pages/edit.inc
@@ -13,7 +13,7 @@ function getSubsystemByID(string $id) {
return $subsystem;
}
-require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn;
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages;
if (!isset($_GET['_']) || trim($_GET['_']) === "") header("Location: /?error=Invalid request") and die();