BpUploadForm: remove newline to fix phpcs issue

This commit is contained in:
Thomas Gelf 2017-01-27 11:40:52 +01:00
parent f599029726
commit 8be4adfa5d

View file

@ -108,7 +108,6 @@ class BpUploadForm extends QuickForm
$this->addError($error);
}
}
} catch (Exception $e) {
$this->addError($e->getMessage());
return null;