[Pkg-owncloud-commits] [owncloud-doc] 19/60: templates.rst update

David Prévot taffit at moszumanska.debian.org
Tue Feb 25 19:06:54 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 12376e3b18cd2473b310f9607897ad0b24cf64ed
Author: Poehli <poehli92 at yahoo.de>
Date:   Fri Feb 14 15:55:33 2014 +0100

    templates.rst update
    
    Added a bracket and semicolon on line 20
---
 developer_manual/app/appframework/templates.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/developer_manual/app/appframework/templates.rst b/developer_manual/app/appframework/templates.rst
index 688bd11..fa3b751 100644
--- a/developer_manual/app/appframework/templates.rst
+++ b/developer_manual/app/appframework/templates.rst
@@ -17,7 +17,7 @@ Templates are abstracted by the TemplateResponse object and used and returned in
     // main is the template name. Owncloud will look for template/main.php
     $response = new TemplateResponse($this->api, 'main');
 
-    $params = array('entries' => array('this', 'is', 'your', 'father', 'speaking')
+    $params = array('entries' => array('this', 'is', 'your', 'father', 'speaking'));
     $response->setParams($params);
 
     return $response;

-- 
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