Added standard fields, login/reset display improvements

This commit is contained in:
Deon George
2016-08-18 12:34:53 +10:00
parent a7616960f0
commit 2b48dde8f7
14 changed files with 155 additions and 182 deletions

View File

@@ -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