Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-18099

flat_left.tpl file contains wrong param in fetch content list calls

    XMLWordPrintable

Details

    Description

      Hi. menu/flat_left.tpl provided by ezwebin extension contains this piece of code two times

       $left_menu_items = fetch( 'content', 'list', hash( 'parent_node_id', $root_node.node_id,
                                                                  'sort_by', $root_node.sort_array,
                                                                  'data_map_load', false(),
                                                                  'class_filter_type', 'include',
                                                                  'class_filter_array', ezini( 'MenuContentSettings', 'LeftIdentifierList', 'menu.ini' ) ) )
      

      but according to kernel/content/function_definition.php file, there's no data_map_load param but load_data_map.

      Anyway, if doing that change, will menu still work? i mean, [item].data_map is used in the loop, so i think it's better just delete those lines.

      Thoughts?

      Attachments

        Activity

          People

            andre1 andre1
            desorden desorden
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: