mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-21 03:25:27 +00:00
pref_prefs: remove second argument from the constructor
This commit is contained in:
@@ -11,8 +11,8 @@ class Pref_Prefs extends Handler_Protected {
|
||||
return array_search($method, $csrf_ignored) !== false;
|
||||
}
|
||||
|
||||
function __construct($link, $args) {
|
||||
parent::__construct($link, $args);
|
||||
function __construct($args) {
|
||||
parent::__construct($args);
|
||||
|
||||
$this->pref_sections = array(
|
||||
1 => __('General'),
|
||||
|
||||
Reference in New Issue
Block a user