diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-24 00:13:19 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-24 01:08:30 -0400 |
| commit | 4dfe4c7f13ac8177dac5eb73cd3535d3c651bd75 (patch) | |
| tree | 58a92c4c1e14bd289fe280e44bc213a9c312f53a | |
| parent | 4f3e966fdc4bc241b8941ee9598d8c397f03f6a3 (diff) | |
| download | forums-4dfe4c7f13ac8177dac5eb73cd3535d3c651bd75.tar forums-4dfe4c7f13ac8177dac5eb73cd3535d3c651bd75.tar.gz forums-4dfe4c7f13ac8177dac5eb73cd3535d3c651bd75.tar.bz2 forums-4dfe4c7f13ac8177dac5eb73cd3535d3c651bd75.tar.xz forums-4dfe4c7f13ac8177dac5eb73cd3535d3c651bd75.zip | |
[feature/template-engine] Adjust path in includephp template.
Now that tests are run from top level the '..' is wrong.
PHPBB3-9726
| -rw-r--r-- | tests/template/templates/includephp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/templates/includephp.html b/tests/template/templates/includephp.html index 70ebdac0d0..0a8c1a070c 100644 --- a/tests/template/templates/includephp.html +++ b/tests/template/templates/includephp.html @@ -1 +1 @@ -<!-- INCLUDEPHP ../tests/template/templates/_dummy_include.php.inc --> +<!-- INCLUDEPHP tests/template/templates/_dummy_include.php.inc --> |
