Changeset 3750:3b736772e7c6 for inc
- Timestamp:
- 04/06/18 07:18:57 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.error.php
r3731 r3750 110 110 111 111 if ($this->flag) { 112 if (count($this->errors == 1)) {112 if (count($this->errors) == 1) { 113 113 $res = sprintf($this->html_single, $this->errors[0]); 114 114 } else {
Note: See TracChangeset
for help on using the changeset viewer.