diff options
Diffstat (limited to 'core/js/config.php')
-rw-r--r-- | core/js/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/config.php b/core/js/config.php index 52405725f23..b7224253461 100644 --- a/core/js/config.php +++ b/core/js/config.php @@ -74,6 +74,7 @@ $array = array( 'session_keepalive' => \OCP\Config::getSystemValue('session_keepalive', true), 'version' => implode('.', OC_Util::getVersion()), 'versionstring' => OC_Util::getVersionString(), + 'enable_avatars' => \OC::$server->getConfig()->getSystemValue('enable_avatars', true), ) ), "oc_appconfig" => json_encode( |