Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_news
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_news
Commits
32720f2e
Commit
32720f2e
authored
6 years ago
by
Stefan Galinski
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Fix powermail dependency
parent
a99b7f3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Classes/Controller/BackendController.php
+2
-5
2 additions, 5 deletions
Classes/Controller/BackendController.php
with
2 additions
and
5 deletions
Classes/Controller/BackendController.php
+
2
−
5
View file @
32720f2e
...
...
@@ -26,7 +26,6 @@ namespace SGalinski\SgNews\Controller;
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
use
In2code\Powermail\Utility\LocalizationUtility
;
use
SGalinski\SgNews\Service\LicensingService
;
use
SGalinski\SgNews\Utility\BackendNewsUtility
;
use
TYPO3\CMS\Backend\Clipboard\Clipboard
;
...
...
@@ -40,6 +39,7 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
use
TYPO3\CMS\Core\Utility\VersionNumberUtility
;
use
TYPO3\CMS\Extbase\Mvc\Controller\ActionController
;
use
TYPO3\CMS\Extbase\Mvc\View\ViewInterface
;
use
TYPO3\CMS\Extbase\Utility\LocalizationUtility
;
/**
* News Controller
...
...
@@ -174,9 +174,6 @@ class BackendController extends ActionController {
* @throws \InvalidArgumentException
* @throws \UnexpectedValueException
* @throws \TYPO3\CMS\Extbase\Persistence\Exception\InvalidQueryException
* @throws \TYPO3\CMS\Extbase\Persistence\Generic\Exception
* @throws \TYPO3\CMS\Extbase\Persistence\Generic\Exception\InvalidNumberOfConstraintsException
* @throws \TYPO3\CMS\Extbase\Persistence\Generic\Exception\UnexpectedTypeException
*/
public
function
indexAction
(
array
$filters
=
NULL
)
{
$showNewsList
=
FALSE
;
...
...
@@ -282,7 +279,7 @@ class BackendController extends ActionController {
* @throws \InvalidArgumentException
*/
public
function
initClipboard
()
{
if
(
is_array
(
$this
->
clipboardCommandArray
))
{
if
(
\
is_array
(
$this
->
clipboardCommandArray
))
{
$clipObj
=
GeneralUtility
::
makeInstance
(
Clipboard
::
class
);
$clipObj
->
initializeClipboard
();
if
(
$this
->
clipboardCommandArray
[
'paste'
])
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment