diff options
author | Maurice Svay <maurice@svay.com> | 2012-03-06 18:16:00 +0100 |
---|---|---|
committer | Maurice Svay <maurice@svay.com> | 2012-03-07 22:18:57 +0100 |
commit | 5d21ae32ac5141cc824946b149f50a461db09597 (patch) | |
tree | 8918d6f9c424f87335d0b5243d1f288f1f7011e4 /custom/views/archive/sidebar.tpl.php | |
parent | 95c72062ca5cfed6bea4cd17cb69003d5b651e62 (diff) | |
download | planet-5d21ae32ac5141cc824946b149f50a461db09597.tar planet-5d21ae32ac5141cc824946b149f50a461db09597.tar.gz planet-5d21ae32ac5141cc824946b149f50a461db09597.tar.bz2 planet-5d21ae32ac5141cc824946b149f50a461db09597.tar.xz planet-5d21ae32ac5141cc824946b149f50a461db09597.zip |
One file per class
Diffstat (limited to 'custom/views/archive/sidebar.tpl.php')
-rw-r--r-- | 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 32b51a1..fc2c881 100644 --- a/custom/views/archive/sidebar.tpl.php +++ b/custom/views/archive/sidebar.tpl.php @@ -1,6 +1,6 @@ <?php $all_people = &$Planet->getPeople(); -usort($all_people, array('PlanetPerson', 'compare')); +usort($all_people, array('PlanetFeed', 'compare')); ?> <div id="sidebar"> <div id="sidebar-people"> |