corrected a small typo

This commit is contained in:
Ralf Becker 2002-09-12 12:21:27 +00:00
parent 2a68b73668
commit 732ab01e79

View File

@ -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)
{ {