Bug #344
Class member $showErrors is declared but is never used
| Status: | Confirmed | Start date: | 2010-11-30 | |
|---|---|---|---|---|
| Priority: | Undecided | Due date: | ||
| Assignee: | Alex Cartwright | % Done: | 0% |
|
| Category: | Zula::Libraries | |||
| Target version: | 2.7.0 | |||
| PHP Version: |
Description
application / libraries / Error.php
Line 46:
protected $showErrors = false;
This class member is never used anywhere.
History
Updated by Alex Cartwright over 1 year ago
- Category set to Zula::Libraries
- Status changed from New to Confirmed
- Assignee set to Alex Cartwright
Well spotted, this should in fact be 'displayErrors'.