diff options
author | kondou <kondou@ts.unde.re> | 2013-07-29 11:34:38 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-25 21:04:04 +0200 |
commit | fac671b14ed06233d37ad38194ebf9a99118644a (patch) | |
tree | db99cca8e2ee41b79b444b44f8a429bf8fe32b8a /lib/installer.php | |
parent | 4a08f7d710ced1c564e05471e1f873ecfb9ca161 (diff) | |
download | nextcloud-server-fac671b14ed06233d37ad38194ebf9a99118644a.tar.gz nextcloud-server-fac671b14ed06233d37ad38194ebf9a99118644a.zip |
Modularize get(), async getAvatar, avatars @ usermgmt
And other small improvements
Diffstat (limited to 'lib/installer.php')
-rw-r--r-- | lib/installer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/installer.php b/lib/installer.php index b9684eaeea0..179b279c5b4 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -426,6 +426,7 @@ class OC_Installer{ 'OC_API::', 'OC_App::', 'OC_AppConfig::', + 'OC_Avatar::', 'OC_BackgroundJob::', 'OC_Config::', 'OC_DB::', |