1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

- files_opds: v0.8.8, minor changes to preference sections

This commit is contained in:
frankdelange 2018-01-31 12:11:03 +01:00
parent c25ad42ad1
commit d7df75fbc3
10 changed files with 85 additions and 96 deletions

View file

@ -14,7 +14,7 @@ use OCP\Util;
$l = \OC::$server->getL10N('files_opds');
\OCP\Util::addScript('files_opds', 'personal');
#\OCP\Util::addScript('files_opds', 'personal');
$tmpl = new \OCP\Template('files_opds', 'personal');
$opdsEnable = Config::get('enable', false);