aboutsummaryrefslogtreecommitdiff
path: root/mod/riverdashboard/index.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-07 22:40:58 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-07 22:40:58 +0000
commit02e0a58f8907c66a0dbe7241621e5ad0bb264426 (patch)
tree3b036e8301b5c8d2ea9279ea8a5ea1f4da91519b /mod/riverdashboard/index.php
parent4f5e0a8fba1460458bd74fdfc572f0394143c1c2 (diff)
downloadelgg-02e0a58f8907c66a0dbe7241621e5ad0bb264426.tar.gz
elgg-02e0a58f8907c66a0dbe7241621e5ad0bb264426.tar.bz2
Minimal attempt to bring riverdashboard up to code standards.
Fixed comment count in +N more string. Added ajax grabbing of all comments when clicking more link. git-svn-id: http://code.elgg.org/elgg/trunk@6389 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/riverdashboard/index.php')
-rw-r--r--mod/riverdashboard/index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/riverdashboard/index.php b/mod/riverdashboard/index.php
index a5e61057b..e656233a8 100644
--- a/mod/riverdashboard/index.php
+++ b/mod/riverdashboard/index.php
@@ -6,8 +6,6 @@
require_once(dirname(dirname(dirname(__FILE__))) . '/engine/start.php');
-gatekeeper();
-
$type = get_input('type');
$subtype = get_input('subtype');
$orient = get_input('display');
@@ -43,7 +41,7 @@ switch($orient) {
$title = elgg_view_title($title_wording);
-$river = elgg_view_river_items($subject_guid, 0, $relationship_type, $type, $subtype, '', 20, 0, 0, true, false);
+$river = elgg_view_river_items($subject_guid, 0, $relationship_type, $type, $subtype, '', 20, 0, 0, TRUE, FALSE);
// Replacing callback calls in the nav with something meaningless
$river = str_replace('callback=true', 'replaced=88,334', $river);