X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/dadaf9a1b2b883358afec542aab6790d5423cf74..f9473765bc12480112139131381a19e6d60e279f:/src/Tweeper.php diff --git a/src/Tweeper.php b/src/Tweeper.php index f34258d..9a449a7 100644 --- a/src/Tweeper.php +++ b/src/Tweeper.php @@ -367,11 +367,11 @@ class Tweeper { } $output = $xsltProcessor->transformToXML($xmlDoc); - if (FALSE === $output) { trigger_error('XSL transformation failed.', E_USER_ERROR); return NULL; } + return $output; }