[Pkg-owncloud-commits] [owncloud-doc] 183/270: Update routes.rst
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:53:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit a2308adf7db06f00d62c99c910dcf6f24751129e
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date: Thu Jun 26 14:11:35 2014 +0200
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 8adfd61..26fd880 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('authors' => array('url' => '/authors'))
+ array('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