Some code cleanup
This commit is contained in:
parent
de984cdaa1
commit
716b959e33
|
@ -11,8 +11,7 @@ use Friendica\Core\Config;
|
|||
use Friendica\Core\Worker;
|
||||
|
||||
// Get options
|
||||
$shortopts = '';
|
||||
$shortopts .= 'sc';
|
||||
$shortopts = 'sc';
|
||||
$longopts = ['spawn', 'cron'];
|
||||
$options = getopt($shortopts, $longopts);
|
||||
|
||||
|
|
Loading…
Reference in a new issue