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
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
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} |
Jonathan Reissmueller
made changes -
Sprint | 5.5.0 Sprint 5 [ 159 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Assignee | Jonathan Reissmueller [ jonathan ] | |
Resolution | Fixed [ 1 ] |