mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 01:18:42 +01:00
corrected a small typo
This commit is contained in:
parent
2a68b73668
commit
732ab01e79
@ -398,7 +398,7 @@
|
|||||||
}
|
}
|
||||||
if (!is_writeable($dir))
|
if (!is_writeable($dir))
|
||||||
{
|
{
|
||||||
return sprintf($this->messages['not_writable'],$dir);
|
return sprintf($this->messages['not_writeable'],$dir);
|
||||||
}
|
}
|
||||||
if ($create)
|
if ($create)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user