summaryrefslogtreecommitdiffstats
path: root/lib/user.php
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-04-16 12:18:42 +0200
committerJakob Sack <kde@jakobsack.de>2011-04-16 12:18:42 +0200
commit8465f76e7e1aa5512d62905cc60a10f0fe3f0e02 (patch)
treef1eeb87ca8d680f285eb2065eb17da12e3745a20 /lib/user.php
parent77fe7240f08a8461a5e8910bd3f732508b0f91e7 (diff)
downloadnextcloud-server-8465f76e7e1aa5512d62905cc60a10f0fe3f0e02.tar.gz
nextcloud-server-8465f76e7e1aa5512d62905cc60a10f0fe3f0e02.zip
Use OC_CONFIG where possible
Diffstat (limited to 'lib/user.php')
-rw-r--r--lib/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/user.php b/lib/user.php
index 9841b8ef276..d70443b7e61 100644
--- a/lib/user.php
+++ b/lib/user.php
@@ -20,7 +20,7 @@
*
*/
-if( !$CONFIG_INSTALLED ){
+if( !OC_CONFIG::getValue( "installed", false )){
$_SESSION['user_id'] = '';
}