summaryrefslogtreecommitdiff
path: root/pages/actions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/actions.inc')
-rw-r--r--pages/actions.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/actions.inc b/pages/actions.inc
index eb83f16..40a359a 100644
--- a/pages/actions.inc
+++ b/pages/actions.inc
@@ -1,6 +1,6 @@
<?php
-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($_POST['deleteAction'])) {
$data = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/actions/actions.json"), true);