Skip to content

Commit

Permalink
Set View template dir during instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lockhart committed Dec 24, 2011
1 parent ca0644c commit e72c776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Slim.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function __construct( $userSettings = array() ) {
if ( !isset(self::$apps['default']) ) {
$this->setName('default');
}

// Setting template path
$templatesPath = $this->config('templates.path');
//Legacy support
Expand Down

0 comments on commit e72c776

Please sign in to comment.