Some code cleanup

This commit is contained in:
Michael 2018-07-24 04:15:19 +00:00
parent de984cdaa1
commit 716b959e33

View file

@ -11,8 +11,7 @@ use Friendica\Core\Config;
use Friendica\Core\Worker; use Friendica\Core\Worker;
// Get options // Get options
$shortopts = ''; $shortopts = 'sc';
$shortopts .= 'sc';
$longopts = ['spawn', 'cron']; $longopts = ['spawn', 'cron'];
$options = getopt($shortopts, $longopts); $options = getopt($shortopts, $longopts);