[TYPO3-core] RFC: Patch t3lib_page to make enableFields work better with DBAL
Martin Kutschker
martin.kutschker-n0spam at no5pam-blackbox.net
Wed Jun 28 21:55:34 CEST 2006
Karsten Dambekalns schrieb:
> Hi.
>
> Type: bugfix
> Branches: HEAD, TYPO3_4-0
>
> In t3lib_pageSelect is a method named getMultipleGroupsWhereClause() that
> needs to check for IS NULL (as already explained along some of my patches
> from yesterday). The patch adds this.
+1
> Additionally the patch changes enableFields() to call that method with $this->
> instead of ::. I did this fix in an XCLASS first, where this was needed, if
> getMultipleGroupsWhereClause() is patched directly this isn't strictly
> needed - so please check if it causes any trouble. IMHO there should always
> be an object instance if this code is used.
There is one static call in class.t3lib_tsfebeuserauth.php. You must
change this as well.
I suggest you don't change this in TYPO3_4-0. In HEAD change both
occurrences.
Masi
More information about the TYPO3-team-core
mailing list