aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
diff options
context:
space:
mode:
authorJerome Bakker <jeabakker@coldtrick.com>2013-10-23 16:03:08 +0200
committerJerome Bakker <jeabakker@coldtrick.com>2013-10-23 16:03:08 +0200
commit0deb80da1e82af55bf8d7500d09b36225ddd7927 (patch)
tree093170227f2c824987627ce41dbb43c65a503e71 /engine/lib/elgglib.php
parent424eff09557bf5e0cee7f0c1a717b3992d2e82ac (diff)
downloadelgg-0deb80da1e82af55bf8d7500d09b36225ddd7927.tar.gz
elgg-0deb80da1e82af55bf8d7500d09b36225ddd7927.tar.bz2
found some more references to trac
Diffstat (limited to 'engine/lib/elgglib.php')
-rw-r--r--engine/lib/elgglib.php4
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);