Merge pull request #11203 from owncloud/fix_broken_previews_on_public_page

files_sharing: add route for ajax/publicpreview
remotes/origin/fix-10825
Morris Jobke 12 years ago
commit 567977ec63
  1. 2
      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')

Loading…
Cancel
Save