Skip to content

Commit

Permalink
Update text for Diagnostics::test_xslExtension()
Browse files Browse the repository at this point in the history
  • Loading branch information
gav- committed Oct 5, 2021
1 parent 6dd014c commit 52ebccd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/RESTfm/Diagnostics.php
Expand Up @@ -681,8 +681,7 @@ public function test_xslExtension ($reportItem) {
}

$reportItem->status = ReportItem::ERROR;
$reportItem->details .= 'Not Loaded. XSLT will not function.' . "\n";
$reportItem->details .= 'Only RESTfm .simple, .xml, .json and .html formats are available.' . "\n\n";
$reportItem->details .= 'Not Loaded. XSLT-based formats will not function.' . "\n\n";
if ($this->_isIIS()) {
$reportItem->details .= "Instructions:\n\n";
$reportItem->details .= '- Edit the php.ini file: ' . php_ini_loaded_file() . "\n";
Expand Down

0 comments on commit 52ebccd

Please sign in to comment.