From bd0ce3b2b788c8663dba0bd868ec8dbcd1d865f7 Mon Sep 17 00:00:00 2001 From: Ernesto Baschny Date: Wed, 26 Jan 2011 00:56:49 +0000 Subject: [PATCH] Fixed issue #16712: Cleanup: centralize TYPO3 urls (Thanks to Steffen Kamper) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10317 709f56b5-9817-0410-a4d7-c38de5d9e867 --- view/class.tx_feedit_editpanel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/view/class.tx_feedit_editpanel.php b/view/class.tx_feedit_editpanel.php index a9498a3..0042e9c 100644 --- a/view/class.tx_feedit_editpanel.php +++ b/view/class.tx_feedit_editpanel.php @@ -64,7 +64,6 @@ class tx_feedit_editpanel { * @param string The "table:uid" of the record being shown. If empty string then $this->currentRecord is used. For new records (set by $conf['newRecordFromTable']) it's auto-generated to "[tablename]:NEW" * @param array Alternative data array to use. Default is $this->data * @return string The input content string with the editPanel appended. This function returns only an edit panel appended to the content string if a backend user is logged in (and has the correct permissions). Otherwise the content string is directly returned. - * @link http://typo3.org/doc.0.html?&tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=375&cHash=7d8915d508 */ public function editPanel($content, array $conf, $currentRecord='', array $dataArr=array(), $table='', $allow='', $newUID=0, array $hiddenFields=array()) { // Special content is about to be shown, so the cache must be disabled.