diff options
author | cvogeley <christian.vogeley@hotmail.de> | 2014-02-27 09:54:07 +0100 |
---|---|---|
committer | cvogeley <christian.vogeley@hotmail.de> | 2014-02-27 09:54:07 +0100 |
commit | 7cdca97654658fe8de5ad38871defc8f6b2100ec (patch) | |
tree | 5bacb062260da438c7e925e5bc5932a4fc90274d | |
parent | ba41d4a4611fa81b7bbc591243e3f640841a5b2e (diff) | |
download | volse-hubzilla-7cdca97654658fe8de5ad38871defc8f6b2100ec.tar.gz volse-hubzilla-7cdca97654658fe8de5ad38871defc8f6b2100ec.tar.bz2 volse-hubzilla-7cdca97654658fe8de5ad38871defc8f6b2100ec.zip |
Typo
-rw-r--r-- | include/poller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php index 1c6f68eab..77452cafa 100644 --- a/include/poller.php +++ b/include/poller.php @@ -76,7 +76,7 @@ function poller_run($argv, $argc){ intval($rr['id']) ); if($x) { - proc_run('php','include/notifer.php','wall-new',$rr['id']); + proc_run('php','include/notifier.php','wall-new',$rr['id']); } } } |