1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11700] Fix installation after develop merge

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-16 03:14:39 +02:00
parent 2472271bc0
commit 09cfa01d58
7 changed files with 22 additions and 14 deletions

View File

@@ -260,7 +260,7 @@ class file extends \phpbb\cache\driver\base
{
try
{
$iterator = new DirectoryIterator($dir);
$iterator = new \DirectoryIterator($dir);
}
catch (Exception $e)
{