From a072668f8a92a2accf2eb270a7307e5574a389c6 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 4 Mar 2014 15:29:27 -0800 Subject: undo --- include/identity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/identity.php') diff --git a/include/identity.php b/include/identity.php index 05123d8dc..ed6920e67 100644 --- a/include/identity.php +++ b/include/identity.php @@ -1009,8 +1009,8 @@ function advanced_profile(&$a) { function get_my_url() { if(x($_SESSION,'zrl_override')) return $_SESSION['zrl_override']; - if(x($_SESSION,'my_address')) - return $_SESSION['my_address']; + if(x($_SESSION,'my_url')) + return $_SESSION['my_url']; return false; } -- cgit v1.2.3