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

Commit

Permalink
Merge pull request #50 from punktDe/typo3-10-compatible
Browse files Browse the repository at this point in the history
TYPO3 10 compatible - as far as we needed it ;)
  • Loading branch information
kabarakh authored Oct 9, 2020
2 parents c9d60ee + a9d0257 commit de346af
Show file tree
Hide file tree
Showing 384 changed files with 6,818 additions and 4,872 deletions.
6 changes: 4 additions & 2 deletions Classes/Controller/AbstractBackendListController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
namespace PunktDe\PtExtlist\Controller;

/***************************************************************
* Copyright notice
*
Expand Down Expand Up @@ -34,7 +36,7 @@
* @package Controller
* @author Daniel Lienert
*/
abstract class Tx_PtExtlist_Controller_AbstractBackendListController extends Tx_PtExtlist_Controller_AbstractListApplicationController
abstract class AbstractBackendListController extends AbstractListApplicationController
{
public function initializeAction()
{
Expand All @@ -44,6 +46,6 @@ public function initializeAction()
};

parent::initializeAction();
$this->headerInclusionUtility->addCSSFile('EXT:pt_extlist/Resources/Public/CSS/Layout/Backend.css');
$this->headerInclusionUtility->addCSSFile('EXT:pt_extlist/Resources/Public/CSS/Layout/Backend.css');
}
}
Loading

0 comments on commit de346af

Please sign in to comment.