[Pkg-owncloud-commits] [owncloud] 152/223: Add route which went missing during rebase

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 6e06e1da0e8c283ab640d865f38414ac59c9cb18
Author: Robin Appelman <icewind at owncloud.com>
Date:   Mon Jun 16 13:20:39 2014 +0200

    Add route which went missing during rebase
---
 apps/files_sharing/appinfo/routes.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php
index 8ec4382..e68b953 100644
--- a/apps/files_sharing/appinfo/routes.php
+++ b/apps/files_sharing/appinfo/routes.php
@@ -5,6 +5,7 @@ $this->create('core_ajax_public_preview', '/publicpreview')->action(
 		require_once __DIR__ . '/../ajax/publicpreview.php';
 	});
 
+$this->create('sharing_external_shareinfo', '/shareinfo')->actionInclude('files_sharing/ajax/shareinfo.php');
 $this->create('sharing_external_add', '/external')->actionInclude('files_sharing/ajax/external.php');
 $this->create('sharing_external_test_remote', '/testremote')->actionInclude('files_sharing/ajax/testremote.php');
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list