filerepo: Avoid two pointless substr() in File
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Wed, 2 Jan 2019 15:27:09 +0000 (16:27 +0100)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Wed, 2 Jan 2019 15:27:09 +0000 (16:27 +0100)
commit0aedb4d5e0597ec915026ec586ad141434324987
tree6bb0bfc6014c9cbd43592f8f52aedc3c5ac08f34
parent2181f406ead57c296f85257ac299cf20f17d857f
filerepo: Avoid two pointless substr() in File

In both cases the slash was added one line above, just to be cut off
again.

Change-Id: I15ff6b47821033f123f555f02c42fc8984ad9800
includes/filerepo/file/File.php