diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-13 00:49:42 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-13 21:10:54 +0200 |
commit | 8c94ebf5375fe8ab9cb450525436396404d3fd33 (patch) | |
tree | 170412b5ac676d3a4de9ddfbac0643c3e400ef11 /lib/activitycontext.php | |
parent | d6be5be54816a14ee765b4ba666a41bfda356503 (diff) |
* update/add translator documentation
* remove superfluous whitespace
Diffstat (limited to 'lib/activitycontext.php')
-rw-r--r-- | lib/activitycontext.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/activitycontext.php b/lib/activitycontext.php index 09a457924..cc02a0195 100644 --- a/lib/activitycontext.php +++ b/lib/activitycontext.php @@ -73,7 +73,6 @@ class ActivityContext $attention = array(); for ($i = 0; $i < $links->length; $i++) { - $link = $links->item($i); $linkRel = $link->getAttribute(ActivityUtils::REL); |