Skip to content
Snippets Groups Projects
Commit 0a49bae8 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)

parent 8fcdccdc
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment