Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.5.0-b1
-
Component/s: None
-
Labels:None
Description
To resolve, change:
public function getByEmail($email)
{
return $this->Record->queryByEmail($email)->fetch();
}
To
public function getByEmail($email)
{
return $this->queryByEmail($email)->fetch();
}
Activity
| Field | Original Value | New Value |
|---|---|---|
| Rank | Ranked higher |
| Description |
To resolve, change:
{quote} public function getByEmail($email) { return $this->Record->queryByEmail($email)->fetch(); } {quote} To {quote} public function getByEmail($email) { return $this->queryByEmail($email)->fetch(); } {quote} |
To resolve, change:
{code:java} public function getByEmail($email) { return $this->Record->queryByEmail($email)->fetch(); } {code} To {code:java} public function getByEmail($email) { return $this->queryByEmail($email)->fetch(); } {code} |
| Sprint | 5.5.0 Sprint 5 [ 159 ] |
| Rank | Ranked higher |
| Rank | Ranked higher |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Jonathan Reissmueller [ jonathan ] | |
| Resolution | Fixed [ 1 ] |