diff options
author | friendica <info@friendica.com> | 2013-12-29 00:51:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-29 00:51:27 -0800 |
commit | f36be066af66e4e21913de3e8b4da0c7a05349b1 (patch) | |
tree | 1e6d0019d9ad71eef18f7d9780f15627aa0ccb3a /include | |
parent | 22f614feba8502a5fd040cc34dab2baa3087da3c (diff) | |
download | volse-hubzilla-f36be066af66e4e21913de3e8b4da0c7a05349b1.tar.gz volse-hubzilla-f36be066af66e4e21913de3e8b4da0c7a05349b1.tar.bz2 volse-hubzilla-f36be066af66e4e21913de3e8b4da0c7a05349b1.zip |
display_thing: it ain't much, but it's implemented.
Diffstat (limited to 'include')
-rw-r--r-- | include/taxonomy.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/taxonomy.php b/include/taxonomy.php index 065f904fc..67263100f 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -281,7 +281,6 @@ function get_things($profile_hash,$uid) { intval(TERM_OBJ_THING) ); - $things = $sorted_things = null; $profile_hashes = array(); |