浏览代码

Fixed warning in the home page DT#4297

Arthur Portugal 15 年之前
父节点
当前提交
a1ee998260
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ///////////////////////