diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-11-29 18:30:02 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-11-29 18:33:15 +0100 |
commit | 3b83fe153062508d4a4d70958ad1a5281eaab81e (patch) | |
tree | 30f12d25c179e9c40425c6a37686412ff1854c05 /apps/files/appinfo/routes.php | |
parent | c38a75e03f9db02b82e71472d2f719079eb44829 (diff) | |
download | nextcloud-server-3b83fe153062508d4a4d70958ad1a5281eaab81e.tar.gz nextcloud-server-3b83fe153062508d4a4d70958ad1a5281eaab81e.zip |
fix checkstyle for files app
Diffstat (limited to 'apps/files/appinfo/routes.php')
-rw-r--r-- | apps/files/appinfo/routes.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index e1ab560803d..043782a9c04 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -8,5 +8,4 @@ $this->create('download', 'download{file}') ->requirements(array('file' => '.*')) - ->actionInclude('files/download.php'); - + ->actionInclude('files/download.php');
\ No newline at end of file |