diff options
author | friendica <info@friendica.com> | 2013-06-17 19:25:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-17 19:25:46 -0700 |
commit | c5e38598280209903fc60c9ce996e7f3c34a4533 (patch) | |
tree | f6fd0e81b0237111d4a4eafd3085181a451af50e /boot.php | |
parent | 49802d9a47d1f492715193092f61c60f43dd7723 (diff) | |
download | volse-hubzilla-c5e38598280209903fc60c9ce996e7f3c34a4533.tar.gz volse-hubzilla-c5e38598280209903fc60c9ce996e7f3c34a4533.tar.bz2 volse-hubzilla-c5e38598280209903fc60c9ce996e7f3c34a4533.zip |
another try on zidified notifications - this time it actually seems to work
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2055,6 +2055,8 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ function get_my_url() { + if(x($_SESSION,'zrl_override')) + return $_SESSION['zrl_override']; if(x($_SESSION,'my_url')) return $_SESSION['my_url']; return false; |