From 2f6fed34465b33725c63ad709fa3cec29e3f92e5 Mon Sep 17 00:00:00 2001 From: nashe Date: Wed, 12 Jul 2017 19:28:52 +0100 Subject: Fix PHP notice "Only variables should be assigned by reference in moonmoon/custom/views/default/sidebar.tpl.php" --- custom/views/archive/sidebar.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/views/archive') 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 @@ getPeople(); +$all_people = $Planet->getPeople(); usort($all_people, array('PlanetFeed', 'compare')); ?>