Index: trunk/extensions/Imagetabs/README |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | |
24 | 24 | Open LocalSettings.php and add the following three lines just before the end: |
25 | 25 | |
26 | | -require_once("$IP/extensions/Imagetabs/imagetabs.php"); |
| 26 | +require_once("$IP/extensions/Imagetabs/Imagetabs.php"); |
27 | 27 | $wgEnableInterwikiImageTabs = true; |
28 | 28 | $wgInterwikiImageTabs = array(); |
29 | 29 | |