Project

General

Profile

Actions

Task #42293

closed

Please check for array, to avoid strict mode warnings

Added by Michael Schramm over 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Workspaces
Target version:
Start date:
2012-10-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

Dear Team,

please add a check on array ->
&& !is_array ($content)

in typo3\sysext\workspaces\Classes\Service\GridData.php
tx_Workspaces_Service_GridData::getDataArrayFromCache ()

on line 238
...
if ($content != FALSE && !is_array ($content) ) {
...

This avoids protocol warnings for strict mode


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #34117: Usage of caching framework broken in TYPO3 4.5ClosedOliver Hader2012-02-20

Actions
Actions

Also available in: Atom PDF