diff options
author | friendica <info@friendica.com> | 2015-03-16 17:08:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-16 17:08:50 -0700 |
commit | 178b768e3ce43f3c75abec1540fcdc909c8c2197 (patch) | |
tree | b8e53da8fae91ae135a763365340ad08d9eb91d2 /mod/channel.php | |
parent | ccf4734f7bb525ae6b1ebe63e3a2b6b00c4f823b (diff) | |
download | volse-hubzilla-178b768e3ce43f3c75abec1540fcdc909c8c2197.tar.gz volse-hubzilla-178b768e3ce43f3c75abec1540fcdc909c8c2197.tar.bz2 volse-hubzilla-178b768e3ce43f3c75abec1540fcdc909c8c2197.zip |
openid cleanup
Diffstat (limited to 'mod/channel.php')
-rw-r--r-- | mod/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/channel.php b/mod/channel.php index 3216da7e1..2a0373a81 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -39,7 +39,7 @@ function channel_init(&$a) { // Not yet ready for prime time // $a->page['htmlhead'] .= '<link rel="openid.server" href="' . $a->get_baseurl() . '/id/' . $which .'?f=" />' . "\r\n" ; -// $a->page['htmlhead'] .= '<link rel="openid.delegate" href="' . $a->get_baseurl() . '/id/' . $which .'" />' . "\r\n" ; +// $a->page['htmlhead'] .= '<link rel="openid.delegate" href="' . $a->get_baseurl() . '/channel/' . $which .'" />' . "\r\n" ; // Run profile_load() here to make sure the theme is set before // we start loading content |