User tests: Successful: Unsuccessful:
When debug mode is activated and an exception is thrown, then the stack trace is shown. This trace includes the call stack except the information where the actual error happened. This PR includes that information
throw new Exception();
A stack trace is shown where the last line is
/administrator/components/com_content/content.php:9
A stack trace is shown where the last line is
/libraries/cms/component/helper.php:399
Status | New | ⇒ | Pending |
Status | Pending | ⇒ | New |
Labels |
Added:
?
|
Category | ⇒ | Libraries |
Fixed. Should be not commented.
I have tested this item
I have tested this item
RTC as there are 2 successfully Tests?
Status | New | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-03-09 16:44:29 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
This PR is doing nothing but adding a commented line of code?