diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-04 20:24:55 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-04 20:24:55 -0800 |
commit | bdd713413abaf85f2cb8de86ef9c4032f8a91bd5 (patch) | |
tree | a5222625695462e482e9f4c4f003a644ed02847d /include/zot.php | |
parent | e896592261bc5156ca9022fa55faeb65916d53d8 (diff) | |
download | volse-hubzilla-bdd713413abaf85f2cb8de86ef9c4032f8a91bd5.tar.gz volse-hubzilla-bdd713413abaf85f2cb8de86ef9c4032f8a91bd5.tar.bz2 volse-hubzilla-bdd713413abaf85f2cb8de86ef9c4032f8a91bd5.zip |
typo
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 635ff34b0..c80081cc8 100644 --- a/include/zot.php +++ b/include/zot.php @@ -4179,7 +4179,7 @@ function update_hub_connected($hub,$sitekey = '') { dbesc($sitekey) ); if(intval($hub['hubloc_orphancheck'])) { - q("update hubloc set hubloc_orhpancheck = 0 where hubloc_id = %d and hubloc_sitekey = '%s' ", + q("update hubloc set hubloc_orphancheck = 0 where hubloc_id = %d and hubloc_sitekey = '%s' ", intval($hub['hubloc_id']), dbesc($sitekey) ); |