diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-19 15:32:22 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-20 19:38:42 -0300 |
commit | 19fea9c2ceef879648fcf7514c31b0bce47cefd9 (patch) | |
tree | 002a3351cef3ff7f27efa895ebca1c6e6d563d1a /include | |
parent | 7ed1e3f1776e858189a1b15eafa6bc323dc702dc (diff) | |
download | volse-hubzilla-19fea9c2ceef879648fcf7514c31b0bce47cefd9.tar.gz volse-hubzilla-19fea9c2ceef879648fcf7514c31b0bce47cefd9.tar.bz2 volse-hubzilla-19fea9c2ceef879648fcf7514c31b0bce47cefd9.zip |
poller.php - Friendika -> Friendica
Diffstat (limited to 'include')
-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 |