aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-04 15:29:27 -0800
committerfriendica <info@friendica.com>2014-03-04 15:29:27 -0800
commita072668f8a92a2accf2eb270a7307e5574a389c6 (patch)
tree2b1e81e11dafec89743751857d092c500b3e6fb6
parent8340fb2a264b23e34a38ebb53e4ea8e2c92aa75f (diff)
downloadvolse-hubzilla-a072668f8a92a2accf2eb270a7307e5574a389c6.tar.gz
volse-hubzilla-a072668f8a92a2accf2eb270a7307e5574a389c6.tar.bz2
volse-hubzilla-a072668f8a92a2accf2eb270a7307e5574a389c6.zip
undo
-rw-r--r--include/identity.php4
1 files changed, 2 insertions, 2 deletions
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;
}