Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 15707167f1 - Show all commits

View File

@ -134,7 +134,7 @@ class Controller {
* @param array|object $data
* @return void
*/
public function render_full_page($view, $template, $data)
public function render_full_page($view, $template, array $data)
{
$view->appendOutput($this->load_partial($view, 'header', $data));
$view->appendOutput($this->load_partial($view, $template, $data));