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:
@@ -322,6 +322,8 @@ class ProcessPageLister extends Process implements ConfigurableModule {
|
|||||||
$columns = $this->sessionGet('columns');
|
$columns = $this->sessionGet('columns');
|
||||||
if($columns) $this->columns = $columns;
|
if($columns) $this->columns = $columns;
|
||||||
$ajax = $this->wire('config')->ajax;
|
$ajax = $this->wire('config')->ajax;
|
||||||
|
|
||||||
|
if(count($_POST)) $this->processInput();
|
||||||
|
|
||||||
if(!$this->template) {
|
if(!$this->template) {
|
||||||
$selector = $this->initSelector;
|
$selector = $this->initSelector;
|
||||||
@@ -340,8 +342,6 @@ class ProcessPageLister extends Process implements ConfigurableModule {
|
|||||||
if(is_array($knownTotal)) $this->knownTotal = $knownTotal;
|
if(is_array($knownTotal)) $this->knownTotal = $knownTotal;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(count($_POST)) $this->processInput();
|
|
||||||
|
|
||||||
parent::init();
|
parent::init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user