From 9e9f9300348979afe5b86c64c4c24d807464173a Mon Sep 17 00:00:00 2001 From: josephspurrier Date: Fri, 2 May 2014 19:19:13 -0400 Subject: [PATCH] Updated plugin location --- src/SurfStack/Templating/Template_Engine.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SurfStack/Templating/Template_Engine.php b/src/SurfStack/Templating/Template_Engine.php index c570df4..15ddcfb 100644 --- a/src/SurfStack/Templating/Template_Engine.php +++ b/src/SurfStack/Templating/Template_Engine.php @@ -805,6 +805,9 @@ function render() // Else caching is not enabled else { + // Load the plugins + $this->loadPlugins(); + // If the compile is current if ($this->isCompileCurrent()) { @@ -820,9 +823,6 @@ function render() $this->updateCompile(); } - // Load the plugins - $this->loadPlugins(); - // Extract the variables extract($this->variables);