diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-08-08 17:13:20 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-08 22:42:50 +0200 |
commit | 7522a23693b11a4c277a475cdb3204a1d9ac5912 (patch) | |
tree | 3590acafa1b45b9c69b28f46a8f185cba6dfe50e /lib | |
parent | 05648dac619942dfccc76180d30fcd79364355ec (diff) | |
download | nextcloud-server-7522a23693b11a4c277a475cdb3204a1d9ac5912.tar.gz nextcloud-server-7522a23693b11a4c277a475cdb3204a1d9ac5912.zip |
Remove unused RUNTIME_NOSETUPFS var
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/base.php b/lib/base.php index c3887dec2f8..c5827064d75 100644 --- a/lib/base.php +++ b/lib/base.php @@ -401,9 +401,6 @@ class OC{ } // define runtime variables - unless this already has been done -if( !isset( $RUNTIME_NOSETUPFS )){ - $RUNTIME_NOSETUPFS = false; -} if( !isset( $RUNTIME_NOAPPS )){ $RUNTIME_NOAPPS = false; } |