diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-07-19 11:23:47 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-07-19 11:23:47 +0200 |
commit | 9379cbf602362443f1084303c50234470acd15b7 (patch) | |
tree | af81c0450ff5547436dcffd4407bfa593c3193e8 /lib/installer.php | |
parent | 854da1d9ca19ded3bddbd79f4c70d630148bb916 (diff) | |
download | nextcloud-server-9379cbf602362443f1084303c50234470acd15b7.tar.gz nextcloud-server-9379cbf602362443f1084303c50234470acd15b7.zip |
Add OC_Image 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 2229559208a..97f4e2b5fb8 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -449,6 +449,7 @@ class OC_Installer{ 'OC_Files::', 'OC_Helper::', 'OC_Hook::', + 'OC_Image::', 'OC_JSON::', 'OC_Log::', 'OC_Mail::', |