diff options
Diffstat (limited to 'custom/views/archive')
-rwxr-xr-x | custom/views/archive/sidebar.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/views/archive/sidebar.tpl.php b/custom/views/archive/sidebar.tpl.php index e21f377..7a5d080 100755 --- a/custom/views/archive/sidebar.tpl.php +++ b/custom/views/archive/sidebar.tpl.php @@ -1,5 +1,5 @@ <?php -$all_people = &$Planet->getPeople(); +$all_people = $Planet->getPeople(); usort($all_people, array('PlanetFeed', 'compare')); ?> <div id="sidebar"> |