From: friendica Date: Thu, 12 Jan 2012 05:03:14 +0000 (-0800) Subject: typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0eb705271fe9c26ebe3fcc289214eecf494a8659;p=friendica-addons.git typo --- diff --git a/extcron.tgz b/extcron.tgz index 0455ebde..30c0f7e3 100644 Binary files a/extcron.tgz and b/extcron.tgz differ diff --git a/extcron/extcron.php b/extcron/extcron.php index 4a0f1eb7..e3c21209 100644 --- a/extcron/extcron.php +++ b/extcron/extcron.php @@ -12,10 +12,11 @@ function extcron_install() {} -function nsfw_uninstall() {} +function extcron_uninstall() {} function extcron_module() {} function extcron_init(&$a) { proc_run('php','include/poller.php'); + killme(); }