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

Commit

Permalink
Merge pull request #113 from rayphi/master
Browse files Browse the repository at this point in the history
fix for #112
  • Loading branch information
antonmedv authored Mar 15, 2017
2 parents 099827c + b05abba commit 19c8143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
$iterator = $finder
->files()
->name('*.tpl')
->in(__DIR__ . '/shared');
->in(getcwd() . '/shared');
$tmpDir = sys_get_temp_dir();

/* @var $file \Symfony\Component\Finder\SplFileInfo */
Expand Down

0 comments on commit 19c8143

Please sign in to comment.