mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Fixed misspelled "extension" in
DataExtension::load_extra_statics()
This commit is contained in:
parent
71c2a2286a
commit
a2353f793d
@ -47,7 +47,7 @@ abstract class DataExtension extends Extension {
|
||||
if(preg_match('/^([^(]*)/', $extension, $matches)) {
|
||||
$extensionClass = $matches[1];
|
||||
} else {
|
||||
user_error("Bad extenion '$extension' - can't find classname", E_USER_WARNING);
|
||||
user_error("Bad extension '$extension' - can't find classname", E_USER_WARNING);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user