aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/importExportController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2019-08-02 11:40:57 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-08-02 11:40:57 +0200
commit49e1a2c579757994ae4ed5994339bd58a09238db (patch)
tree5c37260a84dbb40b3c26fe018b492838430fa551 /app/Controllers/importExportController.php
parent89427e45e5413d400b1398710785df6d0c7153ee (diff)
Allow to change the view layout (#2467)
The `_useLayout` function is marked as deprecated, replaced by a more powerful `_layout` function.
Diffstat (limited to 'app/Controllers/importExportController.php')
-rw-r--r--app/Controllers/importExportController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/importExportController.php b/app/Controllers/importExportController.php
index 1d7176929..51fec75eb 100644
--- a/app/Controllers/importExportController.php
+++ b/app/Controllers/importExportController.php
@@ -773,7 +773,7 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
if (!Minz_Request::isPost()) {
Minz_Request::forward(array('c' => 'importExport', 'a' => 'index'), true);
}
- $this->view->_useLayout(false);
+ $this->view->_layout(false);
$nb_files = 0;
try {