瀏覽代碼

Removed unnecessary token (ViewWarningLog)

emanuele 13 年之前
父節點
當前提交
fa97cf4f6b
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      Sources/ModerationCenter.php

+ 0 - 5
Sources/ModerationCenter.php

@@ -1618,14 +1618,9 @@ function ViewWarningLog()
 				),
 			),
 		),
-/*		Commented out because of an Assertion failed error and an undefined index (href)
-		'form' => array(
-			'token' => 'mod-wt',
-		),*/
 	);
 
 	// Create the watched user list.
-	createToken('mod-wt');
 	createList($listOptions);
 
 	$context['sub_template'] = 'show_list';