Index: /branches/release-36/lib/MT/App.pm
===================================================================
--- /branches/release-36/lib/MT/App.pm (revision 2102)
+++ /branches/release-36/lib/MT/App.pm (revision 2111)
@@ -422,5 +422,5 @@
             limit         => $limit,
             rows          => scalar @data,
-            listTotal     => $class->count( $terms, $args ),
+            listTotal     => $class->count( $terms, $args ) || 0,
             chronological => $param->{list_noncron} ? 0 : 1,
             return_args   => $app->make_return_args,
