mirror of
https://github.com/processwire/processwire.git
synced 2025-08-24 15:23:11 +02:00
Fix issue processwire/processwire-issues#832
This commit is contained in:
@@ -323,6 +323,8 @@ class ProcessPageLister extends Process implements ConfigurableModule {
|
||||
if($columns) $this->columns = $columns;
|
||||
$ajax = $this->wire('config')->ajax;
|
||||
|
||||
if(count($_POST)) $this->processInput();
|
||||
|
||||
if(!$this->template) {
|
||||
$selector = $this->initSelector;
|
||||
if($ajax) {
|
||||
@@ -340,8 +342,6 @@ class ProcessPageLister extends Process implements ConfigurableModule {
|
||||
if(is_array($knownTotal)) $this->knownTotal = $knownTotal;
|
||||
}
|
||||
|
||||
if(count($_POST)) $this->processInput();
|
||||
|
||||
parent::init();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user