1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-24 23:31:01 +02:00
This commit is contained in:
Ryan Cramer
2019-03-21 11:12:01 -04:00
parent 40f35241e4
commit 505429e517

View File

@@ -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();
}