sugarcrm / SugarRepairsModule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in Log message

crazytonyi opened this issue · comments

In the supp_EmailAddressRepairs.php script, it outputs the following log message on SQL failure:

            if ($id===false) {
                $this->logAction("-> Unable to find a primary email address for {$bean_module}->{$bean_id}. This will have to be fixed manaully.");
            }

            $results = $this->setPrimaryAddress($id);
            if (!$results==true) {
                $this->logAction("-> Failed to update primary email address for {$bean_module}->{$bean_id}. This will have to be fixed manaully.");
            }

Notice that in both log messages, manually has been misspelled as manaully.