Files
Grav/system
franchan 9f254b6c84 Fix #240
$page->content() fires the onPageContentRaw event.
A plugin handler for this event might want to update the twig variable
with additional information during twig rendering.

However, $twig_vars takes a copy of $Twig->twig_vars and
therefore never sees any later changes in $Twig->twig_vars.

By moving the method call $page->content() earlier,
potential twig variable changes from a plugin get now inside this
local variable copy.
2015-08-02 23:52:48 +02:00
..
2015-07-05 14:52:48 -06:00
2015-08-01 17:40:58 -06:00
2014-08-11 12:32:34 -06:00
2015-08-02 23:52:48 +02:00
2015-07-21 13:48:00 -06:00