diff options
author | Steve Clay <steve@mrclay.org> | 2013-10-24 12:51:02 -0700 |
---|---|---|
committer | Steve Clay <steve@mrclay.org> | 2013-10-24 12:51:02 -0700 |
commit | 49914c591d5fda5f78ead1d948f172a73c4749a9 (patch) | |
tree | 093170227f2c824987627ce41dbb43c65a503e71 /engine/lib/elgglib.php | |
parent | b228d4a9eb98a98997bec1616044dba49fd00b44 (diff) | |
parent | 0deb80da1e82af55bf8d7500d09b36225ddd7927 (diff) | |
download | elgg-49914c591d5fda5f78ead1d948f172a73c4749a9.tar.gz elgg-49914c591d5fda5f78ead1d948f172a73c4749a9.tar.bz2 |
Merge pull request #6174 from jeabakker/6172-replace-references-to-trac-elgg-org
replace all references to trac.elgg.org to the correct GitHub URLs
Diffstat (limited to 'engine/lib/elgglib.php')
-rw-r--r-- | engine/lib/elgglib.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index b5ef7e572..c95e0c28c 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -1350,7 +1350,7 @@ function full_url() { "" : (":" . $_SERVER["SERVER_PORT"]); // This is here to prevent XSS in poorly written browsers used by 80% of the population. - // {@trac [5813]} + // https://github.com/Elgg/Elgg/commit/0c947e80f512cb0a482b1864fd0a6965c8a0cd4a $quotes = array('\'', '"'); $encoded = array('%27', '%22'); @@ -2249,7 +2249,7 @@ function elgg_api_test($hook, $type, $value, $params) { * * @warning ACCESS_DEFAULT is a place holder for the input/access view. Do not * use it when saving an entity. - * + * * @var int */ define('ACCESS_DEFAULT', -1); |