Skip to content

Commit efe6195

Browse files
committed
Call correct parent contrcutor in CLI Dispatcher
Change-Id: I6f77fa269489c9f0d8e6ecd9a99d36453796d617
1 parent 509868b commit efe6195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Cli/Dispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Tx_Solr_Cli_Dispatcher extends t3lib_cli {
3939
*
4040
*/
4141
public function __construct() {
42-
parent::t3lib_cli();
42+
parent::__construct();
4343

4444
// Setting help texts:
4545
$this->cli_help['name'] = 'solr -- Solr commands for TYPO3 installations';

0 commit comments

Comments
 (0)