diff options
author | friendica <info@friendica.com> | 2013-03-11 18:22:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-11 18:22:40 -0700 |
commit | f988213af83d57dbef00ab275929ce70faadb79b (patch) | |
tree | e1ce11db9f661e9425571e7a43c5ff166b54ddc7 /include/zot.php | |
parent | f09f2998dc2afecf8c2d632512b0e9850808749e (diff) | |
download | volse-hubzilla-f988213af83d57dbef00ab275929ce70faadb79b.tar.gz volse-hubzilla-f988213af83d57dbef00ab275929ce70faadb79b.tar.bz2 volse-hubzilla-f988213af83d57dbef00ab275929ce70faadb79b.zip |
fix typos
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 4bbf6ef25..e1a5f789d 100644 --- a/include/zot.php +++ b/include/zot.php @@ -570,7 +570,7 @@ function import_xchan($arr) { if($xisting) { foreach($xisting as $x) { if(! array_key_exists('updated',$x)) { - logger('import_xchan: removing unreferenced hub location ' . $x['hubloc_url'); + logger('import_xchan: removing unreferenced hub location ' . $x['hubloc_url']); $r = q("delete from hubloc where hubloc_id = %d limit 1", intval($x['hubloc_id']) ); |