Skip to content

Commit

Permalink
Merge pull request #2 from LoveSkylark/patch-1
Browse files Browse the repository at this point in the history
Update editor.inc.php
  • Loading branch information
LoveSkylark authored Jul 29, 2022
2 parents f8010e2 + bef7395 commit 26a4fc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/editor.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@ function list_weathermaps($mapdir)
//
global $WEATHERMAP_VERSION, $config_loaded, $cacti_found, $ignore_cacti,$configerror, $action;

$files = array();
$titles = array();
$pages = array()
$notes = array();

$errorstring="";
$errorstring="";

if (is_dir($mapdir)) {
$n=0;
Expand Down

0 comments on commit 26a4fc4

Please sign in to comment.