diff options
author | redmatrix <git@macgirvin.com> | 2016-01-24 15:44:16 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-24 15:44:16 -0800 |
commit | 5e9e1b2c9171905520672f7a833157d7dd53980c (patch) | |
tree | dea0b7b9b87d15e1c707dec1b821d2f4e1b7ca3f /mod/thing.php | |
parent | baed7d339ee0d5139fe1c93691a4225796e7e08c (diff) | |
download | volse-hubzilla-5e9e1b2c9171905520672f7a833157d7dd53980c.tar.gz volse-hubzilla-5e9e1b2c9171905520672f7a833157d7dd53980c.tar.bz2 volse-hubzilla-5e9e1b2c9171905520672f7a833157d7dd53980c.zip |
cleanup and add comments about what we're trying to do here
Diffstat (limited to 'mod/thing.php')
-rw-r--r-- | mod/thing.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/thing.php b/mod/thing.php index 280cc194d..7c5020e62 100644 --- a/mod/thing.php +++ b/mod/thing.php @@ -14,7 +14,6 @@ function thing_init(&$a) { if(! local_channel()) return; - $account_id = $a->get_account(); $channel = $a->get_channel(); $term_hash = (($_REQUEST['term_hash']) ? $_REQUEST['term_hash'] : ''); |