From e5634dc737363388dbcd42ce019ef94c82333a73 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 20 Aug 2014 09:47:59 -0400 Subject: [PATCH] Fixed broken code (totally invalid call). --- themes/root/templates/help/home.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/root/templates/help/home.phtml b/themes/root/templates/help/home.phtml index 982d19965e4..756f1ceb7dc 100644 --- a/themes/root/templates/help/home.phtml +++ b/themes/root/templates/help/home.phtml @@ -9,7 +9,7 @@ ?><p class="warning"><?=$this->transEsc('Sorry, but the help you requested is unavailable in your language.') ?></p><? echo $en; } catch (Exception $e) { - $this->layout->setLayout('layout'); + $this->layout()->setTemplate('layout/layout'); throw new Exception('Unknown Help Page'); } } -- GitLab