View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004111 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2012-06-04 08:24 | 2012-12-10 13:44 |
| Reporter | ramunas.skarbalius | Assigned To | |||
| Priority | high | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.6.2 revision 46646 | ||||
| Fixed in Version | 4.6.3 revision 47975 | ||||
| Summary | 0004111: method calls with added parameter | ||||
| Description | In method oxUser::checkValues is calling static validation method for get first error like this: oxInputValidator::getInstance()->getFirstValidationError( $this->getId() ). in class oxInputValidator::getFirstValidationError() is not defined to get an parameter, like was used in oxUser class. This method should be used like: oxInputValidator::getInstance()->getFirstValidationError() | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||