CMS MADE SIMPLE FORGE

TweetMadeSimple

 

[#7241] Notices in admin log

avatar
Created By: Rolf (rolf1)
Date Submitted: Thu Nov 24 05:41:44 -0500 2011

Assigned To: Jean-Christophe Cuvelier (totophe)
Version: Twitter 1.10
CMSMS Version: 1.10.2
Severity: Minor
Resolution: None
State: Open
Summary:
Notices in admin log
Detailed Description:
The Core admin log is full with lines like:
Twitter: Module is not properly cleaning input params


History

Comments
avatar
Date: 2012-01-23 03:34
Posted By: Rolf (rolf1)

Add $this->RestrictUnknownParams(); to the the SetParameters function in
Twitter.module.php

function SetParameters()	
{
$this->RegisterModulePlugin();
$this->RestrictUnknownParams();	
}