Browse Source

Removed unnecessary token (ViewWarningLog)

emanuele 13 years ago
parent
commit
fa97cf4f6b
1 changed files with 0 additions and 5 deletions
  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';