Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Intelliants
Real Estate Classifieds
Commits
35f20c4a
Commit
35f20c4a
authored
Oct 18, 2017
by
Vasily Bezruchkin
💬
Browse files
Better iaMailer compatibility.
parent
2193eb6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
35f20c4a
...
...
@@ -86,7 +86,7 @@ if (iaView::REQUEST_JSON == $iaView->getRequestType()) {
$iaMailer
->
Subject
=
str_replace
(
':title'
,
iaSanitize
::
tags
(
$_POST
[
'title'
]),
$iaMailer
->
Subject
);
$error
=
!
$iaMailer
->
S
end
();
$error
=
!
$iaMailer
->
s
end
();
$messages
[]
=
iaLanguage
::
get
(
$error
?
'unable_to_send_email'
:
'mail_sent'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment