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
9de9e3b6
Commit
9de9e3b6
authored
Feb 12, 2019
by
Tomas Norre Mikkelsen
Browse files
Fixing CGL
parent
1aac02c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
extensions/ter_fe2/Classes/Command/PackagistCommandController.php
View file @
9de9e3b6
...
...
@@ -66,7 +66,6 @@ class PackagistCommandController extends CommandController
*/
public
function
fetchDownloadDataCommand
(
int
$limit
=
10
)
{
$querySettings
=
GeneralUtility
::
makeInstance
(
Typo3QuerySettings
::
class
);
$querySettings
->
setRespectStoragePage
(
false
);
$this
->
extensionRepository
->
setDefaultQuerySettings
(
$querySettings
);
...
...
extensions/ter_fe2/Classes/Utility/VersionUtility.php
View file @
9de9e3b6
...
...
@@ -29,7 +29,6 @@ use TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager;
*/
class
VersionUtility
{
const
DOWNLOAD_SOURCE_TER
=
1
;
const
DOWNLOAD_SOURCE_PACKAGIST
=
2
;
...
...
@@ -193,7 +192,7 @@ class VersionUtility
}
/**
* @param
S
tring $extensionKey
* @param
s
tring $extensionKey
* @param int $versionId
* @param int $source
* @param int $counter
...
...
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