Commit 21bbb08e authored by Jean-Paul Saman's avatar Jean-Paul Saman

helpdesk.class.php: fix spelling

parent e080cc5a
...@@ -276,7 +276,7 @@ class CHelpDesk extends w2p_Core_BaseObject ...@@ -276,7 +276,7 @@ class CHelpDesk extends w2p_Core_BaseObject
if ($type==NEW_ITEM_LOG) { if ($type==NEW_ITEM_LOG) {
$subject .= $this->_AppUI->_('Created'); $subject .= $this->_AppUI->_('Created');
if (!isset($this->item_status) || ($ist[$this->item_status]=='Unassigned') ) { if (!isset($this->item_status) || ($ist[$this->item_status]=='Unassigned') ) {
$email_list[] = $HELPDESK_CONFIG['notity_email_address']; $email_list[] = $HELPDESK_CONFIG['notify_email_address'];
} }
} else { } else {
$subject .= $this->_AppUI->_('Updated'); $subject .= $this->_AppUI->_('Updated');
...@@ -311,7 +311,7 @@ class CHelpDesk extends w2p_Core_BaseObject ...@@ -311,7 +311,7 @@ class CHelpDesk extends w2p_Core_BaseObject
if ($mail->ValidEmail($this->_AppUI->user_email)) { if ($mail->ValidEmail($this->_AppUI->user_email)) {
$email = $this->_AppUI->user_email; $email = $this->_AppUI->user_email;
} else { } else {
$email = $HELPDESK_CONFIG['notity_email_address']; $email = $HELPDESK_CONFIG['notify_email_address'];
} }
// Mail it // Mail it
$mail->Subject($subject, $locale_char_set); $mail->Subject($subject, $locale_char_set);
...@@ -507,4 +507,4 @@ class CHelpDesk extends w2p_Core_BaseObject ...@@ -507,4 +507,4 @@ class CHelpDesk extends w2p_Core_BaseObject
return $isa[$audit_code] . " " . $comment; return $isa[$audit_code] . " " . $comment;
} }
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment