summaryrefslogtreecommitdiff
path: root/handoff/version/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'handoff/version/index.php')
-rw-r--r--handoff/version/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/handoff/version/index.php b/handoff/version/index.php
index 2003491..859bb3e 100644
--- a/handoff/version/index.php
+++ b/handoff/version/index.php
@@ -28,7 +28,7 @@ if (isset($_PROFILE)) {
$data["subscription"] = "plus";
}
- $admin = $_PROFILE["admin"] ?? false;
+ $data["admin"] = $_PROFILE["admin"] ?? false;
$data["name"] = $_PROFILE["nick_name"] ?? $_PROFILE["first_name"] . " " . $_PROFILE["last_name"];
}