commit | 2b284f9b171ba0e0886db15772a6a62e9155f74f | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Sat Jan 25 00:25:56 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Sat Jan 25 00:25:56 2014 +0200 |
tree | a960446f39a73d3e352b953c5c5e6cc3d1623f40 | |
parent | c53a1784d742f1ade62161fcdb913da8e33c0c5c [diff] |
[ci skip] Add a link to PHP bug 54709 in is_really_writable()'s docblock
diff --git a/system/core/Common.php b/system/core/Common.php index 00e3030..cfc63c2 100644 --- a/system/core/Common.php +++ b/system/core/Common.php
@@ -76,6 +76,7 @@ * the file, based on the read-only attribute. is_writable() is also unreliable * on Unix servers if safe_mode is on. * + * @link https://bugs.php.net/bug.php?id=54709 * @param string * @return void */