From: Roland Haeder Date: Mon, 18 Aug 2014 16:28:14 +0000 (+0200) Subject: Opps. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f6584e2f3c66f635fa38482c28c3727022475c85;p=quix0rs-gnu-social.git Opps. Signed-off-by: Roland Haeder --- diff --git a/plugins/OStatus/classes/Ostatus_profile.php b/plugins/OStatus/classes/Ostatus_profile.php index 2f008962fa..45c01a568b 100644 --- a/plugins/OStatus/classes/Ostatus_profile.php +++ b/plugins/OStatus/classes/Ostatus_profile.php @@ -1244,7 +1244,6 @@ class Ostatus_profile extends Managed_DataObject // @todo FIXME: This should be better encapsulated // ripped from oauthstore.php (for old OMB client) $temp_filename = tempnam(common_get_temp_dir(), 'listener_avatar'); - die('temp_filename='.$temp_filename); try { if (!copy($url, $temp_filename)) { // TRANS: Server exception. %s is a URL.