diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-25 07:33:18 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-25 07:33:18 +0100 |
commit | e4674142c6a205651d4bb207aa038e6d089da73f (patch) | |
tree | 81b433f9d6bb00691b3e8e48e39c09b5e0f7b755 /mod/thing.php | |
parent | 089509ab876708ecebeec866e5957d979dd5bffa (diff) | |
parent | 9081ddb455993cef96e121cebb2f569ae63a50f3 (diff) | |
download | volse-hubzilla-e4674142c6a205651d4bb207aa038e6d089da73f.tar.gz volse-hubzilla-e4674142c6a205651d4bb207aa038e6d089da73f.tar.bz2 volse-hubzilla-e4674142c6a205651d4bb207aa038e6d089da73f.zip |
Merge remote-tracking branch 'upstream/master'
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'] : ''); |