aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvogeley <christian.vogeley@hotmail.de>2014-02-27 09:39:07 +0100
committercvogeley <christian.vogeley@hotmail.de>2014-02-27 09:39:07 +0100
commit0850a5d63d712f8449c173944db041aa22d27f2c (patch)
tree574fbba9f3f71c3437a8557604c8404f9bfa2a1c
parentf6be815c31fc5985d30f99a712d8f266edef8c83 (diff)
downloadvolse-hubzilla-0850a5d63d712f8449c173944db041aa22d27f2c.tar.gz
volse-hubzilla-0850a5d63d712f8449c173944db041aa22d27f2c.tar.bz2
volse-hubzilla-0850a5d63d712f8449c173944db041aa22d27f2c.zip
Typo
-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']);
}
}
}