mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)
This commit is contained in:
parent
8fcdccdcdc
commit
0a49bae87a
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ if ($fn) {
|
|||
bailOut(OC_Contacts_App::$l10n->t('Couldn\'t save temporary image: ').$tmpkey);
|
||||
}
|
||||
} else {
|
||||
bailOut(OC_Contacts_App::$l10n->t('Couldn\'t load temporary image: ').$tmpkey.$data);
|
||||
bailOut(OC_Contacts_App::$l10n->t('Couldn\'t load temporary image: ').$tmpkey);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue