Opened 4 years ago
Closed 4 years ago
#1485872 closed Bugs (fixed)
bug in program/steps/error.inc
| Reported by: | corbosman | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | PHP backend | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Line 99 in current SVN:
if ($OUTPUT && $OUTPUT->template_exists('error')) {
template_exists() is not a function of the json object but of the template object.
Change History (1)
comment:1 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [ac4882f3].