Bug #22732 » 14500_trunk.diff
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'];
|