aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_imageviewer/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_imageviewer/appinfo/app.php')
-rw-r--r--apps/files_imageviewer/appinfo/app.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_imageviewer/appinfo/app.php b/apps/files_imageviewer/appinfo/app.php
index 50a7253e01b..6d32e2d628e 100644
--- a/apps/files_imageviewer/appinfo/app.php
+++ b/apps/files_imageviewer/appinfo/app.php
@@ -1,8 +1,8 @@
<?php
-if(OC_APP::getCurrentApp()=='files'){
- OC_UTIL::addScript( 'files_imageviewer', 'lightbox' );
- OC_UTIL::addStyle( 'files_imageviewer', 'lightbox' );
+if(OC_App::getCurrentApp()=='files'){
+ OC_Util::addScript( 'files_imageviewer', 'lightbox' );
+ OC_Util::addStyle( 'files_imageviewer', 'lightbox' );
}
?>