Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Updated plugin location
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed May 2, 2014
1 parent 58ffb4c commit 9e9f930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SurfStack/Templating/Template_Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -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())
{
Expand All @@ -820,9 +823,6 @@ function render()
$this->updateCompile();
}

// Load the plugins
$this->loadPlugins();

// Extract the variables
extract($this->variables);

Expand Down

0 comments on commit 9e9f930

Please sign in to comment.