diff options
author | friendica <info@friendica.com> | 2012-02-20 18:02:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 18:02:53 -0800 |
commit | 1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (patch) | |
tree | 830ae57ff2757aa5a7060070645df0a22ef23998 /include/poller.php | |
parent | 2507d09682fda0806b4599e440fe8e32711072f8 (diff) | |
parent | 914169472e063de7d5b3cd5a35f9ce750512c943 (diff) | |
download | volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.gz volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.bz2 volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.zip |
Merge pull request #42 from friendica/ka2ca-rebased
Replaced some ocurrences of Friendika --> Friendica
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 |