Skip to content

Commit

Permalink
fix silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
elinw committed Aug 26, 2011
1 parent d7bc9a9 commit 9b925ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/joomla/error/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -862,9 +862,6 @@ public static function renderBacktrace($error)
$j++;
}

// Just echo the error since there is no document
// This is a common use case for Command Line Interface applications.
echo JText::_('Error') . ': ' . $error->get('code');
echo '</table>';
$contents = ob_get_contents();
ob_end_clean();
Expand Down

0 comments on commit 9b925ba

Please sign in to comment.