Project

General

Profile

Actions

Bug #41715

closed

Hard-coded "enable" clause

Added by Dmitry Dulepov over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-10-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

StorageRepository contains hard-coded "enable" where clause in multiple places:

        $whereClause = 'deleted=0 AND hidden=0';

According to TYPO3 standards, there should a call to proper API function depending on the TYPO3_MODE constant.

Actions

Also available in: Atom PDF