deleteSpamComments() public static method

Delete all spam
public static deleteSpamComments ( )
コード例 #1
0
ファイル: DeleteSpam.php プロジェクト: bwgraves/forkcms
 /**
  * Execute the action
  */
 public function execute()
 {
     parent::execute();
     BackendBlogModel::deleteSpamComments();
     // item was deleted, so redirect
     $this->redirect(BackendModel::createURLForAction('Comments') . '&report=deleted-spam#tabSpam');
 }