mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
f5467430bd
commit
45b22fd31f
1 changed files with 3 additions and 0 deletions
|
@ -563,6 +563,9 @@ function phpbb_chmod($filename, $perms = CHMOD_READ)
|
||||||
|
|
||||||
if ($_chmod_info['process'])
|
if ($_chmod_info['process'])
|
||||||
{
|
{
|
||||||
|
$file_uid = fileowner($filename);
|
||||||
|
$file_gid = filegroup($filename);
|
||||||
|
|
||||||
// Change owner
|
// Change owner
|
||||||
if (@chown($filename, $_chmod_info['common_owner']))
|
if (@chown($filename, $_chmod_info['common_owner']))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue