From 91dafb19ec171e747d9976cf738606759bde3aae Mon Sep 17 00:00:00 2001 From: msquare Date: Thu, 29 Sep 2016 10:53:17 +0200 Subject: prohibit inline control structures on pages --- includes/pages/guest_credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages/guest_credits.php') 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 -- cgit v1.2.3-54-g00ecf