Skip to content
Snippets Groups Projects
Commit 752e1fe7 authored by Peter Rotich's avatar Peter Rotich
Browse files

Fix typo bug on staff obj.

parent d4d7f425
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,9 @@ class Upgrader extends SetupWizard {
$subject = 'Upgrader Error';
if($email) {
$email->send($thistaff->getEmail(), $subject, $error);
$email->send($thisstaff->getEmail(), $subject, $error);
} else {//no luck - try the system mail.
Mailer::sendmail($thistaff->getEmail(), $subject, $error, sprintf('"osTicket Alerts"<%s>', $thistaff->getEmail()));
Mailer::sendmail($thisstaff->getEmail(), $subject, $error, sprintf('"osTicket Alerts"<%s>', $thisstaff->getEmail()));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment