mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
fix unkown variable problem. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9410 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -563,6 +563,9 @@ function phpbb_chmod($filename, $perms = CHMOD_READ)
|
||||
|
||||
if ($_chmod_info['process'])
|
||||
{
|
||||
$file_uid = fileowner($filename);
|
||||
$file_gid = filegroup($filename);
|
||||
|
||||
// Change owner
|
||||
if (@chown($filename, $_chmod_info['common_owner']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user