Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
cf29caaf
Commit
cf29caaf
authored
Apr 20, 2017
by
Jens Jacobsen
Browse files
[BUGFIX] Remove missed reference to Tx_TerFe2_Domain_Repository_SearchRepository
parent
c1e5c5e1
Pipeline
#337
passed with stages
in 1 minute and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter_fe2/Classes/Domain/Repository/ExtensionRepository.php
View file @
cf29caaf
...
...
@@ -39,15 +39,6 @@ class Tx_TerFe2_Domain_Repository_ExtensionRepository extends Tx_TerFe2_Domain_R
*/
protected
$showInsecure
=
TRUE
;
/**
* @param Tx_TerFe2_Domain_Repository_SearchRepository $searchRepository
* @return void
*/
public
function
injectSearchRepository
(
Tx_TerFe2_Domain_Repository_SearchRepository
$searchRepository
)
{
$this
->
searchRepository
=
$searchRepository
;
}
/**
* Allow the listing of insecure extensions or not
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment