Some code cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user