summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_encryption/settings.php')
-rwxr-xr-xapps/files_encryption/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/settings.php b/apps/files_encryption/settings.php
index aed9079529c..0a0d4d1abba 100755
--- a/apps/files_encryption/settings.php
+++ b/apps/files_encryption/settings.php
@@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
-$tmpl = new OC_Template( 'files_encryption', 'settings');
+$tmpl = new OCP\Template( 'files_encryption', 'settings');
$blackList=explode(',',OCP\Config::getAppValue('files_encryption','type_blacklist','jpg,png,jpeg,avi,mpg,mpeg,mkv,mp3,oga,ogv,ogg'));
$enabled=(OCP\Config::getAppValue('files_encryption','enable_encryption','true')=='true');
$tmpl->assign('blacklist',$blackList);