1
Bug: MyLinks module does not notify users of approvals
Solution: modules/mylinks/submit.php - form
$notify_checkbox->addOption(0, _MD_NOTIFYAPPROVE);
should be
$notify_checkbox->addOption(1, _MD_NOTIFYAPPROVE);
Otherwise checkbox will always return 0