Fix other method signatures

This commit is contained in:
Edoardo Vacchi 2013-11-28 20:44:52 +01:00
parent a3b54b0d3d
commit dd94f073bf
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ class plugin_archives_monthlist extends fs_filelister {
}
}
function _exitingDir() {
function _exitingDir($directory = null, $file=null) {
$y = $this->_year;

View File

@ -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']

View File

@ -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'])