diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-05 20:16:40 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-05 20:16:40 -0700 |
commit | b2e5b6c977c8f8af9bfd49dac3ce41a2183025da (patch) | |
tree | 115086ec4ebdc3c5db45458415734ff0638873c2 /include/zid.php | |
parent | 75f058e15e65c2c805cf57e7b22987f6613e653d (diff) | |
download | volse-hubzilla-b2e5b6c977c8f8af9bfd49dac3ce41a2183025da.tar.gz volse-hubzilla-b2e5b6c977c8f8af9bfd49dac3ce41a2183025da.tar.bz2 volse-hubzilla-b2e5b6c977c8f8af9bfd49dac3ce41a2183025da.zip |
affinitiy slider settings were being updated on any submit of of settings/featured, plus minor non-code changes
Diffstat (limited to 'include/zid.php')
-rw-r--r-- | include/zid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zid.php b/include/zid.php index f5df1c611..ee43fd7c8 100644 --- a/include/zid.php +++ b/include/zid.php @@ -60,7 +60,7 @@ function zid($s,$address = '') { /** * @FIXME checking against our own channel url is no longer reliable. We may have a lot - * of urls attached to out channel. Should probably match against our site, since we + * of urls attached to our channel. Should probably match against our site, since we * will not need to remote authenticate on our own site anyway. */ |