Added standard fields, login/reset display improvements
This commit is contained in:
@@ -226,6 +226,9 @@ abstract class lnApp_Email extends Kohana_Email {
|
||||
* Get email details
|
||||
*/
|
||||
private function email($key) {
|
||||
if (! isset($this->_email[$key]))
|
||||
return array();
|
||||
|
||||
if (is_array($this->_email[$key]) AND isset($this->_email[$key]['email']))
|
||||
return $this->_email[$key]['email'];
|
||||
else
|
||||
|
Reference in New Issue
Block a user