Project

General

Profile

Bug #22732 » 14500_44.diff

Administrator Admin, 2010-12-17 16:04

View differences:

tests/t3lib/matchcondition/t3lib_matchcondition_backendTest.php (working copy)
* @param mixed $resource
* @return mixed
*/
public function determinePageIdByRecordDatabaseFetchCallback(&$resource) {
public function determinePageIdByRecordDatabaseFetchCallback($resource) {
if (is_array($resource) && !$resource['processed'] && $resource['scope'] === $this->testTableName) {
$resource['processed'] = true;
return $resource['data'];
(2-2/5)