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

Commit

Permalink
Added back require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed May 3, 2014
1 parent e39c888 commit 6934f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SurfStack/Templating/Template_Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,8 @@ protected function loadPlugins()
{
$return[$name] = '/\{\s*('.$name.')\s*(.*?)\}/i';
}

require_once $file;
}
}
}
Expand Down

0 comments on commit 6934f34

Please sign in to comment.