From 8db84f0d439ceec3006742bee56086700742d11c Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 2 Nov 2010 19:24:59 +0000 Subject: Refs #2463: Removed some gratuitous calls to elgg_get_site_url() from core plugins git-svn-id: http://code.elgg.org/elgg/trunk@7195 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/file/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/file/start.php') diff --git a/mod/file/start.php b/mod/file/start.php index 228e4788b..005019060 100644 --- a/mod/file/start.php +++ b/mod/file/start.php @@ -28,7 +28,7 @@ global $CONFIG; // Set up menu (tools dropdown) - add_menu(elgg_echo('files'), elgg_get_site_url() . "pg/file/"); + add_menu(elgg_echo('files'), "pg/file/"); // Extend CSS elgg_extend_view('css', 'file/css'); -- cgit v1.2.3