Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Modified Classes/Utilities/Settings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Ende committed Jun 1, 2018
1 parent 0f55e06 commit 7e93a4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Utilities/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Settings implements SingletonInterface {
* @return mixed
*/
public function getExtension($extensionName, $part = 'settings'){
$extensionName = str_replace(['tx_','_'],'',$extensionName);
$ts = $this->getFullTyposcript();
return $ts['plugin.'][$extensionName.'.'][$part.'.'];
}
Expand Down

0 comments on commit 7e93a4e

Please sign in to comment.