diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-07-19 11:40:11 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-07-19 11:40:11 +0200 |
commit | a22940d3cd461a4d8f48b9bbd6eecbb380837d21 (patch) | |
tree | b3664752c27f505553b414184f223bd18fc2ecf8 /lib/installer.php | |
parent | 9379cbf602362443f1084303c50234470acd15b7 (diff) | |
download | nextcloud-server-a22940d3cd461a4d8f48b9bbd6eecbb380837d21.tar.gz nextcloud-server-a22940d3cd461a4d8f48b9bbd6eecbb380837d21.zip |
Add OC_L10N to public api
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 97f4e2b5fb8..dcd29f9e1ad 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -451,6 +451,7 @@ class OC_Installer{ 'OC_Hook::', 'OC_Image::', 'OC_JSON::', + 'OC_L10N::', 'OC_Log::', 'OC_Mail::', 'OC_Preferences::', |