Skip to content

Commit cf91f42

Browse files
authored
Syntax error
I think that a little Python snuck into this PHP!
1 parent 7564ffb commit cf91f42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin/admin_photo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
// Easy access
156156
define('osm_place_table', $prefixeTable.'osm_places');
157157
// Save location, eg Place
158-
$list_of_places = [];
159-
$available_places = [];
158+
$list_of_places = array();
159+
$available_places = array();
160160
$query = '
161161
SELECT id, name, latitude, longitude
162162
FROM '.osm_place_table.'

0 commit comments

Comments
 (0)