diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index a0c55d852..127e7da7f 100644 --- a/mod/network.php +++ b/mod/network.php @@ -719,7 +719,7 @@ function network_content(&$a, $update = 0, $load = false) { profiler($fourth,$fifth,'network sort'); profiler($fifth,$sixth,'network render'); profiler($start,$sixth,'network total'); - profiler(1,1,'--'); + profiler(1,1,'-- ' . count($items)); } return $o; |