30 Jul
2013
30 Jul
'13
5:06 p.m.
On 7/29/2013 23:40, Vincent Massol wrote:
Hi Christian,
On Jul 29, 2013, at 5:33 PM, Christian Meunier <[email protected]> wrote:
Vincent, did you had a chance to look at this ?
Instead of
if (type.equals("bin") || type.equals(this.configuration.getWikiPathPrefix())) {
Should the addition of an empty condition like that sufficient ? :
if (type.equals("bin") || this.configuration.getWikiPathPrefix().isEmpty() || type.equals(this.configuration.getWikiPathPrefix())) { Sorry, I didn't get the time today but it's high on my todo list! :)
I'll try to check this out tomorrow. Continue pinging me till I provide an answer! :)
Thanks -Vincent
Ping ;)