Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
C
comment_notify
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
comment_notify
Commits
652e3efc
Commit
652e3efc
authored
Jul 14, 2011
by
greggles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1106336
by greggles: Notices when posting a comment on Line 417, 440
parent
6b75c98b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comment_notify.module
comment_notify.module
+1
-1
No files found.
comment_notify.module
View file @
652e3efc
...
...
@@ -413,7 +413,7 @@ function _comment_notify_mailalert($comment) {
return
;
}
if
(
!
isset
(
$comment
->
mail
))
{
if
(
empty
(
$comment
->
mail
))
{
$comment_account
=
user_load_by_name
(
$comment
->
name
);
$comment_mail
=
$comment_account
->
mail
;
}
...
...
Write
Preview
Markdown
is supported
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