mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
templates.rst update
Added a bracket and semicolon on line 20
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user