#711180 by jerdiggity: Fixed Typo in openid requirements BC Math lib.
parent
8d1f703f3a
commit
30ae1fb559
|
@ -79,7 +79,7 @@ function openid_requirements($phase) {
|
|||
'severity' => REQUIREMENT_OK,
|
||||
);
|
||||
}
|
||||
$requirements['bcmath']['title'] = t('BC Match library');
|
||||
$requirements['bcmath']['title'] = t('BC Math library');
|
||||
}
|
||||
|
||||
return $requirements;
|
||||
|
|
Loading…
Reference in New Issue