From 08b211a800733e84f89ec43df5596187255fa8bc Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Thu, 11 Apr 2013 20:03:08 +0200 Subject: [PATCH] [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 --- Classes/FrontendEditPanel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/FrontendEditPanel.php b/Classes/FrontendEditPanel.php index 77227d0..81a292a 100644 --- a/Classes/FrontendEditPanel.php +++ b/Classes/FrontendEditPanel.php @@ -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 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)