Make the autoload generator use forward slashes on all OSs
authorThis, that and the other <at.light@live.com.au>
Tue, 9 Dec 2014 00:05:29 +0000 (11:05 +1100)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 19 Dec 2014 16:11:35 +0000 (16:11 +0000)
commit3e975cfc94f298e3bd6c17c813a2a416463e0af2
tree31039fcdb981208efa80bb1fd9ef9576eb8459b8
parent74faccfa264fca219e08ae9cfb60a355ec2fac39
Make the autoload generator use forward slashes on all OSs

It was previously using the platform-specific directory separator, meaning
that we got backslashes on Windows and forward slashes on other OSs.

Bug: T77004
Change-Id: I5d502b54fddd55272e63d4a2a14b6d5de541263a
includes/utils/AutoloadGenerator.php