diff options
author | Mario <mario@mariovavti.com> | 2020-12-01 08:28:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-12-01 08:31:27 +0000 |
commit | 45b41f07874674311060a8c205cb1bc22ae850db (patch) | |
tree | 0201a41139b721869c92c61004153e9a11a05456 /Zotlabs | |
parent | c47434634d89e1db37a791d1c4243950a74d906d (diff) | |
download | volse-hubzilla-45b41f07874674311060a8c205cb1bc22ae850db.tar.gz volse-hubzilla-45b41f07874674311060a8c205cb1bc22ae850db.tar.bz2 volse-hubzilla-45b41f07874674311060a8c205cb1bc22ae850db.zip |
missing parenthesis
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Locs.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Locs.php b/Zotlabs/Module/Locs.php index 7273c108c..2dd359c95 100644 --- a/Zotlabs/Module/Locs.php +++ b/Zotlabs/Module/Locs.php @@ -41,6 +41,7 @@ class Locs extends Controller { $x = q("select * from hubloc where hubloc_id = %d and hubloc_hash = '%s' ", intval($hubloc_id), dbesc($channel['channel_hash']) + ); if ($x) { hubloc_change_primary($x[0]); |