mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
theme shakeup commences - themes are now administered in admin panel.
This commit is contained in:
parent
65ddefe9c5
commit
44c23cda8e
9 changed files with 215 additions and 13 deletions
|
@ -49,6 +49,11 @@ function follow_init(&$a) {
|
|||
goaway($_SESSION['return_url']);
|
||||
}
|
||||
}
|
||||
|
||||
// This just confuses things, remove it
|
||||
if($ret['network'] === NETWORK_DIASPORA)
|
||||
$ret['url'] = str_replace('?absolute=true','',$ret['url']);
|
||||
|
||||
|
||||
// do we have enough information?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue