https://bugzilla.wikimedia.org/show_bug.cgi?id=64595

--- Comment #12 from Krinkle <[email protected]> ---
The local path should always be used in preference to the global import path.
So while Vector should not be in MediaWiki's global import path, your
extensions module's directory should always be consulted first.

So removing it is imho not a logical fix and won't solve the actual problem (if
you'd have a file that has the same name as one of the other import paths it
would cause the same bug).

I think there is a bug in how we interpret less that causes the path to be
appended instead of prepended (like /my:$PATH vs $PATH:/my)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to