Browse Source

Use old-style empty array

master
Adrian Short 9 years ago
parent
commit
25f1f97247
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      metaupdater.php

+ 1
- 1
metaupdater.php View File

@@ -44,7 +44,7 @@ function as_metaupdater_page() {
echo "<h3>Results</h3>";

$success = 0;
$not_found = [];
$not_found = array();

foreach( $data as $row ) {



Loading…
Cancel
Save