aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authorJerome Bakker <jeabakker@coldtrick.com>2013-10-23 15:35:05 +0200
committerJerome Bakker <jeabakker@coldtrick.com>2013-10-23 15:35:05 +0200
commit424eff09557bf5e0cee7f0c1a717b3992d2e82ac (patch)
treea3acc23595be5f3181cd9888a6825ddf6381f945 /engine/lib/entities.php
parentb228d4a9eb98a98997bec1616044dba49fd00b44 (diff)
downloadelgg-424eff09557bf5e0cee7f0c1a717b3992d2e82ac.tar.gz
elgg-424eff09557bf5e0cee7f0c1a717b3992d2e82ac.tar.bz2
replaced all references to trac.elgg.org to the correct GitHub issues
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 997db79d2..4fcf1c657 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -791,7 +791,7 @@ function get_entity($guid) {
if ($shared_cache) {
$cached_entity = $shared_cache->load($guid);
- // @todo store ACLs in memcache http://trac.elgg.org/ticket/3018#comment:3
+ // @todo store ACLs in memcache https://github.com/elgg/elgg/issues/3018#issuecomment-13662617
if ($cached_entity) {
// @todo use ACL and cached entity access_id to determine if user can see it
return $cached_entity;