1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

Merge pull request #1324 from nickvergessen/ticket/10844-2

Ticket/10844 Extensions are not located when front-end file has a diffferent phpbb_root_path
This commit is contained in:
Nils Adermann
2013-04-24 09:52:57 -07:00
8 changed files with 92 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ class phpbb_extension_finder_test extends phpbb_test_case
public function test_prefix_get_directories()
{
$dirs = $this->finder
->prefix('t')
->prefix('ty')
->get_directories();
sort($dirs);