diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-24 23:25:56 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-24 23:25:56 +0100 |
commit | 2b284f9b171ba0e0886db15772a6a62e9155f74f (patch) | |
tree | a960446f39a73d3e352b953c5c5e6cc3d1623f40 /system/core/Common.php | |
parent | c53a1784d742f1ade62161fcdb913da8e33c0c5c (diff) |
[ci skip] Add a link to PHP bug 54709 in is_really_writable()'s docblock
Diffstat (limited to 'system/core/Common.php')
-rw-r--r-- | system/core/Common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Common.php b/system/core/Common.php index 00e303098..cfc63c2aa 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -76,6 +76,7 @@ if ( ! function_exists('is_really_writable')) * 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 */ |