From 25f1f972473e856d3993a94817d60abfc81ab938 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Fri, 24 Apr 2015 11:14:56 +0100 Subject: [PATCH] Use old-style empty array --- metaupdater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaupdater.php b/metaupdater.php index 82221a2..5589c66 100644 --- a/metaupdater.php +++ b/metaupdater.php @@ -44,7 +44,7 @@ function as_metaupdater_page() { echo "

Results

"; $success = 0; - $not_found = []; + $not_found = array(); foreach( $data as $row ) {