Remove unused parameters & variabeles, fix calls with wrong number of args
This commit is contained in:
@ -11,7 +11,7 @@ class Renderer {
|
||||
public $posts;
|
||||
public $ALC;
|
||||
|
||||
function __construct(array $newsletter, $preview) {
|
||||
function __construct(array $newsletter) {
|
||||
$this->newsletter = $newsletter;
|
||||
$this->posts = array();
|
||||
$newer_than_timestamp = false;
|
||||
|
Reference in New Issue
Block a user