diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-31 02:57:09 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-31 02:57:09 +0000 |
commit | c685684d47f7c0a1946393ee121551ad67dde3db (patch) | |
tree | 73a195fba65149c7878e4415d84ca4366b04e846 /engine/lib/elgglib.php | |
parent | 14b378536493fd9511833abc3af2bd7007c47f0c (diff) | |
download | elgg-c685684d47f7c0a1946393ee121551ad67dde3db.tar.gz elgg-c685684d47f7c0a1946393ee121551ad67dde3db.tar.bz2 |
added a proper gallery view - still need to wire up the elgg_view_list_item functions and remove the use of context
git-svn-id: http://code.elgg.org/elgg/trunk@7784 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/elgglib.php')
-rw-r--r-- | engine/lib/elgglib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index bc0b1b5af..59e641da2 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -1709,7 +1709,7 @@ function elgg_http_add_url_query_elements($url, array $elements) { } $url_array['query'] = http_build_query($query); - $string = elgg_http_build_url($url_array); + $string = elgg_http_build_url($url_array, false); return $string; } |