summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php
index 7aa458b8..1d3943b7 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -335,11 +335,11 @@ function table_buttons($buttons = [])
/**
* Load and render template
*
- * @param string $file
- * @param string $data
+ * @param string $file
+ * @param string[] $data
* @return string
*/
-function template_render($file, $data)
+function template_render($file, $data = [])
{
if (file_exists($file)) {
$template = file_get_contents($file);