Browse Source

Fixed warning in the home page DT#4297

Arthur Portugal 15 years ago
parent
commit
a1ee998260
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/wiki/index.php

+ 1 - 1
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 ///////////////////////