aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/www-header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/www-header.php b/www/www-header.php
index 96cd481..c840315 100644
--- a/www/www-header.php
+++ b/www/www-header.php
@@ -72,7 +72,7 @@ $twig = new \Twig_Environment(
);
//$twig->addExtension(new \Twig_Extension_Debug());
-function render($tplname, $vars)
+function render($tplname, $vars = array())
{
$vars['css'] = $GLOBALS['phorkie']['cfg']['css'];
$vars['title'] = $GLOBALS['phorkie']['cfg']['title'];