Skip to content

Commit cb2f71a

Browse files
committed
Sync API changes.
Syncs phpMussel/CLI to the API changes at phpMussel/Core pushed today.
1 parent 26775d7 commit cb2f71a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CLI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: CLI handler (last modified: 2020.07.04).
11+
* This file: CLI handler (last modified: 2020.07.10).
1212
*/
1313

1414
namespace phpMussel\CLI;
@@ -219,7 +219,7 @@ public function __construct(\phpMussel\Core\Loader &$Loader, \phpMussel\Core\Sca
219219
elseif ($Command === 'scan' || $Command === 's') {
220220
$TargetData = substr($Clean, strlen($Command) + 1);
221221
echo "\n";
222-
echo $this->Scanner->scan($TargetData, true, true) . "\n";
222+
echo $this->Scanner->scan($TargetData) . "\n";
223223
}
224224

225225
/** Print the command list. */

0 commit comments

Comments
 (0)