diff options
author | msquare <msquare@notrademark.de> | 2016-09-29 10:53:17 +0200 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-09-29 10:53:17 +0200 |
commit | 91dafb19ec171e747d9976cf738606759bde3aae (patch) | |
tree | 51e7c846146b253c811c6a0e85c0f1f3881cb50b /includes/pages/guest_credits.php | |
parent | 1ec19b46f3311a0235c7d3e119e035559c9b4d14 (diff) |
prohibit inline control structures on pages
Diffstat (limited to 'includes/pages/guest_credits.php')
-rw-r--r-- | includes/pages/guest_credits.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/guest_credits.php b/includes/pages/guest_credits.php index d4be03d9..b982a38e 100644 --- a/includes/pages/guest_credits.php +++ b/includes/pages/guest_credits.php @@ -4,6 +4,6 @@ function credits_title() { } function guest_credits() { - return template_render('../templates/guest_credits.html', array()); + return template_render('../templates/guest_credits.html', []); } ?>
\ No newline at end of file |