From adae1958a95d7e801de91d673e927cac348236d9 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Thu, 10 Mar 2011 22:05:49 +0000 Subject: Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/widgets/content_stats/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/widgets/content_stats') 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 ''; echo elgg_view('output/url', array( - 'href' => 'pg/admin/statistics/overview', + 'href' => 'admin/statistics/overview', 'text' => 'more', )); -- cgit v1.2.3