Skip to content

Commit

Permalink
Bugfix: Registration end notices (with PDF participant lists) not sent
Browse files Browse the repository at this point in the history
  • Loading branch information
CLER authored and bgreiner committed Aug 31, 2015
1 parent 2a27504 commit 4274666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagsets/experimentmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ function experimentmail__send_registration_notice($line) {
$experimenters=db_string_to_id_array($line['experimenter_mail']);

foreach ($experimenters as $experimenter) {
$admin=orsee_db_load_array("admin",$experimenter,"adminname");
$admin=orsee_db_load_array("admin",$experimenter,"admin_id");
if (isset($admin['admin_id'])) {
$tlang= ($admin['language']) ? $admin['language'] : $settings['admin_standard_language'];
$lang=load_language($tlang);
Expand Down

0 comments on commit 4274666

Please sign in to comment.