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
if ($type==NEW_ITEM_LOG) {
$subject .= $this->_AppUI->_('Created');
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 {
$subject .= $this->_AppUI->_('Updated');
......@@ -311,7 +311,7 @@ class CHelpDesk extends w2p_Core_BaseObject
if ($mail->ValidEmail($this->_AppUI->user_email)) {
$email = $this->_AppUI->user_email;
} else {
$email = $HELPDESK_CONFIG['notity_email_address'];
$email = $HELPDESK_CONFIG['notify_email_address'];
}
// Mail it
$mail->Subject($subject, $locale_char_set);
......@@ -507,4 +507,4 @@ class CHelpDesk extends w2p_Core_BaseObject
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