]> git.mxchange.org Git - friendica-addons.git/commitdiff
typo
authorfriendica <info@friendica.com>
Thu, 12 Jan 2012 05:03:14 +0000 (21:03 -0800)
committerfriendica <info@friendica.com>
Thu, 12 Jan 2012 05:03:14 +0000 (21:03 -0800)
extcron.tgz
extcron/extcron.php

index 0455ebde8e0d85d49021a356c6d6f2139e44c65c..30c0f7e39511c30f496e0eec60bcf54fc2e132b5 100644 (file)
Binary files a/extcron.tgz and b/extcron.tgz differ
index 4a0f1eb72f57109339be3efd1f35390974f8b32b..e3c21209b3c33e28d8e34caef0181d98efd183f5 100644 (file)
 
 function extcron_install() {}
 
-function nsfw_uninstall() {}
+function extcron_uninstall() {}
 
 function extcron_module() {}
 
 function extcron_init(&$a) {
        proc_run('php','include/poller.php');
+       killme();
 }