diff options
| -rw-r--r-- | src/SemanticScuttle/Service/Template.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/SemanticScuttle/Service/Template.php b/src/SemanticScuttle/Service/Template.php index df96344..2a683d6 100644 --- a/src/SemanticScuttle/Service/Template.php +++ b/src/SemanticScuttle/Service/Template.php @@ -97,6 +97,8 @@ class SemanticScuttle_Service_Template extends SemanticScuttle_Service          set_include_path(              $this->basedir . $this->theme              . PATH_SEPARATOR . $this->basedir . 'default' +            //needed since services are instantiated in templates +            . PATH_SEPARATOR . $oldIncPath          );          $tpl = new SemanticScuttle_Model_Template( | 
