From 9fd23d2edf689f61a1e7464a1e57caaf513a79f3 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 21 Sep 2014 18:21:42 +0200 Subject: files_sharing: add route for ajax/publicpreview --- apps/files_sharing/appinfo/routes.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index d5a48025d4a..d58a97e2956 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -7,6 +7,8 @@ $this->create('core_ajax_public_preview', '/publicpreview')->action( $this->create('files_sharing_ajax_list', 'ajax/list.php') ->actionInclude('files_sharing/ajax/list.php'); +$this->create('files_sharing_ajax_publicpreview', 'ajax/publicpreview.php') + ->actionInclude('files_sharing/ajax/publicpreview.php'); $this->create('sharing_external_shareinfo', '/shareinfo') ->actionInclude('files_sharing/ajax/shareinfo.php'); $this->create('sharing_external_add', '/external') -- cgit v1.2.3