Index: src/bp-activity/bp-activity-template.php
===================================================================
--- src/bp-activity/bp-activity-template.php	(revision 9166)
+++ src/bp-activity/bp-activity-template.php	(working copy)
@@ -195,6 +195,7 @@
 			'per_page'          => 20,
 			'page_arg'          => 'acpage',
 			'max'               => false,
+			'count_total'       => false,
 			'sort'              => false,
 			'include'           => false,
 			'exclude'           => false,
@@ -226,6 +227,7 @@
 			$this->activities = bp_activity_get_specific( array(
 				'activity_ids'      => explode( ',', $include ),
 				'max'               => $max,
+				'count_total'       => $count_total,
 				'page'              => $this->pag_page,
 				'per_page'          => $this->pag_num,
 				'sort'              => $sort,
@@ -240,6 +242,7 @@
 			$this->activities = bp_activity_get( array(
 				'display_comments'  => $display_comments,
 				'max'               => $max,
+				'count_total'       => $count_total,
 				'per_page'          => $this->pag_num,
 				'page'              => $this->pag_page,
 				'sort'              => $sort,
@@ -586,6 +589,7 @@
 		'page'              => 1,            // which page to load
 		'per_page'          => 20,           // number of items per page
 		'max'               => false,        // max number to return
+		'count_total'       => false,        //
 		'show_hidden'       => $show_hidden, // Show activity items that are hidden site-wide?
 		'spam'              => 'ham_only',   // Hide spammed items
 
@@ -719,6 +723,7 @@
 		'per_page'          => $per_page,
 		'page_arg'          => $page_arg,
 		'max'               => $max,
+		'count_total'       => $count_total,
 		'sort'              => $sort,
 		'include'           => $include,
 		'exclude'           => $exclude,
