diff options
author | friendica <info@friendica.com> | 2012-02-20 18:07:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 18:07:16 -0800 |
commit | 6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7 (patch) | |
tree | 4e3561b4f5e457d4420a232e0a233b6688d7745a /include/poller.php | |
parent | 11871195be019bb05c7c41dbb4a980fffce41697 (diff) | |
parent | 1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (diff) | |
download | volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.tar.gz volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.tar.bz2 volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.zip |
Merge branch 'pull'
Diffstat (limited to 'include/poller.php')
-rwxr-xr-x | include/poller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php index 7d42c63b5..3e10533b3 100755 --- a/include/poller.php +++ b/include/poller.php @@ -349,7 +349,7 @@ function poller_run($argv, $argc){ || ($contact['network'] === NETWORK_DIASPORA) || ($contact['network'] === NETWORK_FEED) ) { - // Upgrading DB fields from an older Friendika version + // Upgrading DB fields from an older Friendica version // Will only do this once per notify-enabled OStatus contact // or if relationship changes |