When installing Translate via Composer I’m seeing the following PHP Notice:
PHP Notice: Undefined variable: IP in .../w/extensions/Translate/Translate.php on line 514
Line 514 is:
$GLOBALS['wgTranslateExtensionDirectory'] = "$IP/extensions/";
It doesn't make sense to me why this would be the case. I’m thinking it has to do with using Composer and not having a direct require?
Version: master
Severity: normal