diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-26 14:07:35 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-26 14:07:35 +0100 |
commit | 2e42c6f54f85c5ac5b339625d04685535ac69d40 (patch) | |
tree | 8fc1c6c3118aa03e9581947d724497159f79e638 /apps/files/appinfo | |
parent | 6c882d980681882134a93cfbb367fed816dfbb53 (diff) | |
download | nextcloud-server-2e42c6f54f85c5ac5b339625d04685535ac69d40.tar.gz nextcloud-server-2e42c6f54f85c5ac5b339625d04685535ac69d40.zip |
Use HTML5 data attribute + fix undefined variable
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/routes.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index 307a4d0320d..043782a9c04 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -8,7 +8,4 @@ $this->create('download', 'download{file}') ->requirements(array('file' => '.*')) - ->actionInclude('files/download.php'); -// oC JS config -$this->create('publicListView', 'js/publiclistview.js') - ->actionInclude('files/js/publiclistview.php');
\ No newline at end of file + ->actionInclude('files/download.php');
\ No newline at end of file |