aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-01 16:18:59 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-01 16:18:59 +0000
commit57c3924bea24d45c85f219e8733d45aa0dac9b17 (patch)
treeba3c3699fa1ab5d3d46314a30041c8d68b17a6b7 /engine
parentaed7879278ec62daf814f855f3d229d935a67829 (diff)
downloadelgg-57c3924bea24d45c85f219e8733d45aa0dac9b17.tar.gz
elgg-57c3924bea24d45c85f219e8733d45aa0dac9b17.tar.bz2
Fixes #1478: uh....how did that get in there?
git-svn-id: http://code.elgg.org/elgg/trunk@3888 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/elgglib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php
index a6e73437b..a0087f65a 100644
--- a/engine/lib/elgglib.php
+++ b/engine/lib/elgglib.php
@@ -2333,7 +2333,7 @@ function elgg_normalise_plural_options_array($options, $singulars) {
return $options;
}
-elgg_http_build_url()
+
/**
* Get the full URL of the current page.
*