projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[FEATURE] Introduce AJAX functionality for list module
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
func_wizards
/
Classes
/
Controller
/
WebFunctionWizardsBaseController.php
diff --git
a/typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php
b/typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php
index
99778fa
..
9f7ace8
100644
(file)
--- a/
typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php
+++ b/
typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php
@@
-22,6
+22,9
@@
namespace TYPO3\CMS\FuncWizards\Controller;
*/
class WebFunctionWizardsBaseController extends \TYPO3\CMS\Backend\Module\AbstractFunctionModule {
*/
class WebFunctionWizardsBaseController extends \TYPO3\CMS\Backend\Module\AbstractFunctionModule {
+ /**
+ * @var string
+ */
public $function_key = 'wiz';
/**
public $function_key = 'wiz';
/**