X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcron.php;h=0669f24a1ea9bebf1420a20effaa5626a64409e7;hb=6601e8c2b74f0ebd4e224713e7feadbe9b09d330;hp=dde458a4a64c03ba890413f32dd087bee40df8d7;hpb=22f32d9721809d2e655c7ab78d6a043b93de0af1;p=friendica.git diff --git a/include/cron.php b/include/cron.php index dde458a4a6..0669f24a1e 100644 --- a/include/cron.php +++ b/include/cron.php @@ -27,8 +27,6 @@ function cron_run(&$argv, &$argc){ unset($db_host, $db_user, $db_pass, $db_data); }; - $a->start_process(); - require_once('include/session.php'); require_once('include/datetime.php'); require_once('include/items.php');