summaryrefslogtreecommitdiffstats
path: root/system/core/Common.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-24 23:26:37 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-24 23:26:37 +0100
commitc35327fd05b3f06916afe4a5b5fbedc9648a2e08 (patch)
treedff94f4319a60132691ed0181c32d294e473f2b2 /system/core/Common.php
parent44930554e0a47027b136abf2904825cab53f965f (diff)
parent2b284f9b171ba0e0886db15772a6a62e9155f74f (diff)
Merge branch 'develop' into feature/user-guide-cleanup
Diffstat (limited to 'system/core/Common.php')
-rw-r--r--system/core/Common.php1
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
*/