]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3144 not using undefined $options variable
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 16 Mar 2011 10:43:17 +0000 (10:43 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 16 Mar 2011 10:43:17 +0000 (10:43 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8732 36083f99-b078-4883-b0ff-0f9b5a30f544

index.php

index 4c9392016470956bde43546a036391b2177394ad..9cd0b2f02eb1201a2ba41f0367d657aa0a90b0fa 100644 (file)
--- a/index.php
+++ b/index.php
@@ -24,7 +24,7 @@ if (elgg_is_logged_in()) {
 
 
 $content = elgg_view_title(elgg_echo('content:latest'));
-$content .= elgg_list_river($options);
+$content .= elgg_list_river();
 
 global $autofeed;
 $autofeed = FALSE;