Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
553f2e5f
authored
2011-01-29 18:38:25 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
hopefully this fixes the email issue
1 parent
f6a0b4ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
com/Notifications/Notifications.php
com/Notifications/Notifications.php
View file @
553f2e5
...
...
@@ -255,6 +255,8 @@ function send_email($uid, $contents,$args) {
if
(
$uid
>
0
)
{
$user
=
new
WP_User
(
$uid
);
$to_email
=
$user
->
user_email
;
//get_user_meta($uid,'home_email',true);
}
elseif
(
isset
(
$args
[
'email'
]))
{
$to_email
=
$args
[
'email'
];
}
else
{
return
;
}
...
...
Please
register
or
sign in
to post a comment