Fix other method signatures
This commit is contained in:
parent
a3b54b0d3d
commit
dd94f073bf
@ -34,7 +34,7 @@ class plugin_archives_monthlist extends fs_filelister {
|
||||
}
|
||||
}
|
||||
|
||||
function _exitingDir() {
|
||||
function _exitingDir($directory = null, $file=null) {
|
||||
|
||||
$y = $this->_year;
|
||||
|
||||
|
@ -46,7 +46,7 @@ if (class_exists('AdminPanelAction')){
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
function onsubmit() {
|
||||
function onsubmit($data = null) {
|
||||
if (isset($_POST['bb-conf'])){
|
||||
$maxlen = isset($_POST['bb-maxlen']) && is_numeric($_POST['bb-maxlen'])
|
||||
? (int)$_POST['bb-maxlen']
|
||||
|
@ -81,7 +81,7 @@ if (class_exists('AdminPanelAction')){
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
function onsubmit() {
|
||||
function onsubmit($data = null) {
|
||||
if ($_POST['qs-wordlist']){
|
||||
$wordlist = isset($_POST['qs-wordlist'])
|
||||
? stripslashes($_POST['qs-wordlist'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user