aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorcvogeley <christian.vogeley@hotmail.de>2014-02-27 09:54:07 +0100
committercvogeley <christian.vogeley@hotmail.de>2014-02-27 09:54:07 +0100
commit7cdca97654658fe8de5ad38871defc8f6b2100ec (patch)
tree5bacb062260da438c7e925e5bc5932a4fc90274d /include/poller.php
parentba41d4a4611fa81b7bbc591243e3f640841a5b2e (diff)
downloadvolse-hubzilla-7cdca97654658fe8de5ad38871defc8f6b2100ec.tar.gz
volse-hubzilla-7cdca97654658fe8de5ad38871defc8f6b2100ec.tar.bz2
volse-hubzilla-7cdca97654658fe8de5ad38871defc8f6b2100ec.zip
Typo
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php2
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']);
}
}
}