[Pkg-owncloud-commits] [owncloud-doc] 65/110: Update routes.rst
David Prévot
taffit at moszumanska.debian.org
Fri Feb 6 21:10:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit c7be16c198a0326aa217c34f8c68bff3472923f2
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date: Fri Jan 9 18:28:37 2015 +0100
Update routes.rst
---
developer_manual/app/routes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/developer_manual/app/routes.rst b/developer_manual/app/routes.rst
index 5cf8a2e..4346efe 100644
--- a/developer_manual/app/routes.rst
+++ b/developer_manual/app/routes.rst
@@ -143,7 +143,7 @@ can be abbreviated by using the **resources** key:
$application = new Application();
$application->registerRoutes($this, array(
'resources' => array(
- array('author' => array('url' => '/authors'))
+ 'author' => array('url' => '/authors')
),
'routes' => array(
// your other routes here
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list