// yet another display fix for new display header/footer
This commit is contained in:
@@ -147,11 +147,14 @@ abstract class ControllerCore
|
||||
elseif (method_exists($this, 'displayAjax'))
|
||||
$this->displayAjax();
|
||||
}
|
||||
else
|
||||
$this->display();
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->initCursedPage();
|
||||
|
||||
$this->display();
|
||||
$this->display();
|
||||
}
|
||||
}
|
||||
|
||||
public function displayHeader($display = true)
|
||||
|
||||
Reference in New Issue
Block a user