mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
bug in diaspora_reshare
This commit is contained in:
parent
96c0598737
commit
da416e0181
5 changed files with 122 additions and 5 deletions
|
@ -296,9 +296,9 @@ function settings_post(&$a) {
|
|||
|
||||
}
|
||||
|
||||
// not yet ready for prime time
|
||||
// require_once('include/profile_update.php');
|
||||
// profile_change();
|
||||
|
||||
require_once('include/profile_update.php');
|
||||
profile_change();
|
||||
|
||||
$_SESSION['theme'] = $theme;
|
||||
if($email_changed && $a->config['register_policy'] == REGISTER_VERIFY) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue