fix signature of methods in admin panel
This commit is contained in:
parent
b79b554440
commit
38e6db0e85
@ -72,8 +72,8 @@
|
||||
}
|
||||
|
||||
|
||||
function onsubmit() {
|
||||
parent::onsubmit();
|
||||
function onsubmit($data=null) {
|
||||
parent::onsubmit($data);
|
||||
return $this->main();
|
||||
}
|
||||
|
||||
|
@ -33,8 +33,8 @@
|
||||
}
|
||||
|
||||
|
||||
function onsubmit() {
|
||||
parent::onsubmit();
|
||||
function onsubmit($data=null) {
|
||||
parent::onsubmit($data);
|
||||
return $this->main();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user