mirror of
https://github.com/processwire/processwire.git
synced 2025-08-24 07:13:08 +02:00
Fix issue processwire/processwire-issues#832
This commit is contained in:
@@ -322,6 +322,8 @@ class ProcessPageLister extends Process implements ConfigurableModule {
|
||||
$columns = $this->sessionGet('columns');
|
||||
if($columns) $this->columns = $columns;
|
||||
$ajax = $this->wire('config')->ajax;
|
||||
|
||||
if(count($_POST)) $this->processInput();
|
||||
|
||||
if(!$this->template) {
|
||||
$selector = $this->initSelector;
|
||||
@@ -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