]> git.mxchange.org Git - friendica.git/commit
Do not try to create itemcache directory if it already exist.
authorStanislav N. <pztrn@pztrn.name>
Sun, 29 Mar 2015 11:56:26 +0000 (16:56 +0500)
committerStanislav N. <pztrn@pztrn.name>
Sun, 29 Mar 2015 11:56:26 +0000 (16:56 +0500)
commit6e275101733f6ac3dfbb31b32cbabd8b480df667
treeb86fbbd03563d4f8fe94fca12b0e9912938351b4
parent86b41eec77de47c50a9d88afca604ccaea945159
Do not try to create itemcache directory if it already exist.

On FreeBSD, with more-or-less default PHP configuration, when mkdir() is called on already existing directory - it will produce a warning, that could flood all over cron mail. To prevent that flooding a directory existing should be checked.
boot.php