Incorrect use of theme_item_list...

nicholasThompson - July 22, 2009 - 14:55
Project:NodeReferrer
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed
Description

line 267...

<?php
$out
= theme_item_list($themed_items).$pager;
?>

Should be

<?php
$out
= theme('item_list', $themed_items).$pager;
?>

Only minor - but it stops the theme layer doing its job :)

#1

andypost - July 23, 2009 - 16:34

Need test patch

AttachmentSize
nr_theme.patch 711 bytes

#2

andypost - September 22, 2009 - 11:16
Status:needs review» fixed

Commited to 6-dev

#3

System Message - October 6, 2009 - 11:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.