aboutsummaryrefslogtreecommitdiff
path: root/views/default/widgets/content_stats/content.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/widgets/content_stats/content.php')
-rw-r--r--views/default/widgets/content_stats/content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/widgets/content_stats/content.php b/views/default/widgets/content_stats/content.php
index 568ebeeff..7086e4b9e 100644
--- a/views/default/widgets/content_stats/content.php
+++ b/views/default/widgets/content_stats/content.php
@@ -20,6 +20,6 @@ foreach ($object_stats as $subtype => $num) {
echo '</table>';
echo elgg_view('output/url', array(
- 'href' => 'pg/admin/statistics/overview',
+ 'href' => 'admin/statistics/overview',
'text' => 'more',
));