summaryrefslogtreecommitdiffstats
path: root/app/df.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-02-07 22:41:35 -0500
committerMalf Furious <m@lfurio.us>2018-02-07 22:41:35 -0500
commit0dd76669c58d1ae62d761d8f7c815b464963ca4a (patch)
treea22a44b47684d7f20305bb3b0258a01fa6edccf5 /app/df.php
parent66aa954421c093ad54da8806e42d4ff9bba59091 (diff)
parent0bae6d4063c82c6522e3a5887bc25a2162504b69 (diff)
downloadscrott-0dd76669c58d1ae62d761d8f7c815b464963ca4a.tar.gz
scrott-0dd76669c58d1ae62d761d8f7c815b464963ca4a.zip
Merge branch 'bug/object' into dev
Diffstat (limited to 'app/df.php')
-rw-r--r--app/df.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/df.php b/app/df.php
index 3f648ad..6c23136 100644
--- a/app/df.php
+++ b/app/df.php
@@ -61,7 +61,7 @@ function checkPermissions(string $guid, bool $allowHeadUser = false) : bool
if (!($user = user::getCurrent()))
return false;
- $obj = new object($guid);
+ $obj = new obj($guid);
if ($allowHeadUser && $obj->objtype == "user")
return true;