mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fixed wrong message about not writable dir
This commit is contained in:
parent
7d5686a55c
commit
d5d43df995
@ -1322,7 +1322,7 @@
|
||||
{
|
||||
rename($path,str_replace('.css','.old.css',$path));
|
||||
}
|
||||
if (file_exists($path) && !is_writable($path))
|
||||
if (file_exists($path) && !is_writable(dirname($path)))
|
||||
{
|
||||
$msg .= lang("Error: webserver is not allowed to write into '%1' !!!",dirname($path));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user