Skip to content
Snippets Groups Projects
Commit f117012f authored by Andy Grunwald's avatar Andy Grunwald Committed by Christian Kuhn
Browse files

[TASK] Remove empty init() method from EXT:tsconfig_help

In EXT:tsconfig_help the method init() just call his parent.

This is not needed, because parent method are always called,
even if an extending class does not specify this explicitly.

Change-Id: I69d7aa47af7f6d90b8c3fb78c2f00d088e8a0597
Fixes: #38336
Releases: 6.0
Reviewed-on: http://review.typo3.org/12315
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent 2f2c906c
Branches
Tags
No related merge requests found
......@@ -40,14 +40,6 @@ class tx_tsconfighelp_module1 extends t3lib_SCbase {
// This is used to count how many times the same obj_string appears across all extensions
var $allObjStrings = array();
/**
* Initializes the Module
* @return void
*/
function init() {
parent::init();
}
/**
* Adds items to the ->MOD_MENU array. Used for the function menu selector.
*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment