diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2010-01-25 19:49:17 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-25 19:49:17 -0800 |
| commit | 1606961153fca681895a4f0145f7794000337539 (patch) | |
| tree | 30a8fc8ed2dfcafe1c1aea13432ccd4b5a26be40 /modules/gallery/helpers/user_profile.php | |
| parent | cc912935731c216a57e4c291548ec503a0c1607e (diff) | |
| parent | 6023f2bb46598f9da096d63f7ab1dfb914eab6f7 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Conflicts:
modules/gallery/libraries/MY_ORM.php
Diffstat (limited to 'modules/gallery/helpers/user_profile.php')
| -rw-r--r-- | modules/gallery/helpers/user_profile.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gallery/helpers/user_profile.php b/modules/gallery/helpers/user_profile.php index 018e1bd1..95a994bc 100644 --- a/modules/gallery/helpers/user_profile.php +++ b/modules/gallery/helpers/user_profile.php @@ -24,8 +24,7 @@ class user_profile_Core { * @return url for the profile display */ static function url($user_id) { - $return_url = urlencode(url::abs_current()); - return url::site("user_profile/show/{$user_id}?return=$return_url"); + return url::site("user_profile/show/{$user_id}"); } static function get_contact_form($user) { |
