Skip to content

Commit

Permalink
MDL-48766 lib: fix another stupid case sensitivity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Sep 21, 2016
1 parent 6cc077e commit 948e6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/component.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class core_component {
/** @var array associative array of PRS-4 namespaces and corresponding paths. */
protected static $psr4namespaces = array(
'MaxMind' => 'lib/maxmind/MaxMind',
'GeoIp2' => 'lib/maxmind/GeoIP2',
'GeoIp2' => 'lib/maxmind/GeoIp2',
);

/**
Expand Down

0 comments on commit 948e6e3

Please sign in to comment.