Fixed warning in the home page DT#4297

skala
Arthur Portugal 16 years ago
parent bffd02f6d8
commit a1ee998260
  1. 2
      main/wiki/index.php

@ -1221,7 +1221,7 @@ if ($_GET['action']=='addnew')
if (!$_GET['action'] OR $_GET['action']=='show' AND !isset($_POST['SaveWikiNew']))
{
display_wiki_entry();
display_wiki_entry($newtitle);
}
/////////////////////// show current page ///////////////////////

Loading…
Cancel
Save