Closed (fixed)
Project:
CCK Multiple Formatter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Aug 2010 at 06:43 UTC
Updated:
4 Sep 2010 at 07:50 UTC
The recent pressflow release has brought a few improvements to the error reporting system which has highlighted a few issues (see https://bugs.launchpad.net/pressflow/+bug/620001). These warnings are generated by using undefined indexes in arrays - for example:
if (!$disabled_field_types[$type]) {
And
if (preg_match('/^ul||/', $variables['element']['items']['#formatter'])) {
Comments
Comment #1
alexpottFixed in 6.x-1.2