Skip to content
Snippets Groups Projects
Commit b43cd3b1 authored by spennythug's avatar spennythug
Browse files

Merge branch 'develop' of git.unl.edu:iim/PlanetRed into develop

parents 2cb6e8ee 83cde394
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,11 @@ foreach ($users as $source_user) { ...@@ -60,7 +60,11 @@ foreach ($users as $source_user) {
continue; continue;
} }
$target_user = get_user($user_guid); if (!$target_guid) {
continue;
}
$target_user = get_user($target_guid);
} }
foreach ($icon_sizes as $size) { foreach ($icon_sizes as $size) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment