Hi!

Josef Florian Glatz wrote:
Anyway, after installing trunk:

pi1/widgets/blogList/class.singleFunction.php line 1146: remove last comma

Why? Here is the code:

$markerArray = array(
'###TITLE###' => strip_tags($pObjPiVars['blogList']['commenttitle']),
    '###TEXT###'        => strip_tags($pObjPiVars['blogList']['commenttext']),
    '###AUTHOR###'      => $this->localPiVars['commentauthor'],
    '###EMAIL###'       => $this->localPiVars['commentauthoremail'],
    '###WEBSITE###'     => $this->localPiVars['commentauthorwebsite'],
    '###IP###'          => t3lib_div::getIndpEnv('REMOTE_ADDR'),
    '###TSFE###'        => t3lib_div::getIndpEnv('TYPO3_REQUEST_HOST'),
    '###POSTTITLE###'   => is_array($titleRow) ? $titleRow['title'] : '',
'###LINK###' => $this->getPermalink($this->uid, $this->getPostDate($this->uid), true)
);


Line 1146 is with ###POSTTITLE###.

--
Dmitry Dulepov
TYPO3 core&security team member
E-mail: dmitry.dule...@typo3.org
Web: http://dmitry-dulepov.com/
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to