Posted by nicholasThompson on July 22, 2009 at 2:55pm
| Project: | NodeReferrer |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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 :)
Comments
#1
Need test patch
#2
Commited to 6-dev
#3
Automatically closed -- issue fixed for 2 weeks with no activity.