aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-21 04:06:17 -0700
committerfriendica <info@friendica.com>2012-07-21 04:06:17 -0700
commite44b74e99ad433ac14b81a55cc5ffbc441c2ebe2 (patch)
tree77f2b887ffb8a5f7563eb03dfb2801a2458f4658 /boot.php
parente7caa986eb0b886f67221e621bb75d13142d9181 (diff)
downloadvolse-hubzilla-e44b74e99ad433ac14b81a55cc5ffbc441c2ebe2.tar.gz
volse-hubzilla-e44b74e99ad433ac14b81a55cc5ffbc441c2ebe2.tar.bz2
volse-hubzilla-e44b74e99ad433ac14b81a55cc5ffbc441c2ebe2.zip
syntax
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 61fc0400c..ab34b37f8 100644
--- a/boot.php
+++ b/boot.php
@@ -297,7 +297,7 @@ define ( 'ACCOUNT_REMOVED', 0x0008 );
* Account roles
*/
-define ( 'ACCOUNT_ROLE_ADMIN' 0x1000 );
+define ( 'ACCOUNT_ROLE_ADMIN', 0x1000 );