We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509868b commit efe6195Copy full SHA for efe6195
Classes/Cli/Dispatcher.php
@@ -39,7 +39,7 @@ class Tx_Solr_Cli_Dispatcher extends t3lib_cli {
39
*
40
*/
41
public function __construct() {
42
- parent::t3lib_cli();
+ parent::__construct();
43
44
// Setting help texts:
45
$this->cli_help['name'] = 'solr -- Solr commands for TYPO3 installations';
0 commit comments