Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-09-02 21:16:07 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-09-02 21:16:07 +0400
commitc0749af35b20135f867c78b2b8e7aa46d4689725 (patch)
treefde271ccd7f1367c9bf88887c872a843e717f838 /appinfo/app.php
parent3f7c18e6e2418ec63e762f7be64553dfbf38681a (diff)
Add routes
Diffstat (limited to 'appinfo/app.php')
-rwxr-xr-xappinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index e2a19d96..331ceeef 100755
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -29,7 +29,7 @@ OCP\App::registerPersonal('documents', 'personal');
OCP\App::addNavigationEntry(array(
'id' => 'documents_index',
'order' => 2,
- 'href' => OCP\Util::linkTo('documents', 'index.php'),
+ 'href' => OCP\Util::linkTo('documents/', 'index.php'),
'icon' => OCP\Util::imagePath('documents', 'documents.svg'),
'name' => OCA\Documents\Config::getL10n()->t('Documents'))
);