Project

General

Profile

Bug #24140 » 16485.patch

Administrator Admin, 2010-11-20 19:45

View differences:

typo3/sysext/cms/tslib/showpic.php (working copy)
// Check for the new content cache hash
if (strlen(t3lib_div::_GP('contentHash')) > 0) {
$this->content = t3lib_pageSelect::getHash($this->contentHash);
try {
$this->content = t3lib_pageSelect::getHash($this->contentHash);
}
catch (Exception $e) {
die('Parameter Error: Invalid parameter');
}
if (is_null($this->content)) {
die('Parameter Error: Content not available.');
}
(1-1/4)