mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[TASK] Update t3lib mentions
Some core parts still mention t3lib classes after namespaces, mostly in comments. Resolves: #47138 Releases: 6.1 Change-Id: I0775fc10f8c901a02533e5bc0fe1c6aa2276758b Reviewed-on: https://review.typo3.org/19803 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
This commit is contained in:
parent
1c9c5af29e
commit
08b211a800
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ class FrontendEditPanel {
|
|||
* @param string $confirm Text string with confirmation message; If set a confirm box will be displayed before carrying out the action (if Yes is pressed)
|
||||
* @param integer $nPid "New pid" - for new records
|
||||
* @return string A <a> tag wrapped string.
|
||||
* @see editPanel(), editIcons(), t3lib_tsfeBeUserAuth::extEditAction()
|
||||
*/
|
||||
protected function editPanelLinkWrap($string, $formName, $cmd, $currentRecord = '', $confirm = '', $nPid = '') {
|
||||
// Editing forms on page only supported in Live workspace (because of incomplete implementation)
|
||||
|
|
Loading…
Reference in a new issue