Explorar o código

Fixed warning in the home page DT#4297

Arthur Portugal %!s(int64=15) %!d(string=hai) anos
pai
achega
a1ee998260
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ///////////////////////