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

Fix bug #45705 - Show error in the ACP when template folder is not readable.

Authorised by: acydburn

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9565 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer
2009-06-08 22:33:30 +00:00
parent 9f21f1ab5e
commit 2af8393d0f
4 changed files with 8 additions and 2 deletions

View File

@@ -694,7 +694,7 @@ class acp_attachments
$imglist = filelist($phpbb_root_path . $img_path);
if (sizeof($imglist))
if (!empty($imglist['']))
{
$imglist = array_values($imglist);
$imglist = $imglist[0];