Hi Christian,
On Jul 29, 2013, at 5:33 PM, Christian Meunier <christian.meunier(a)magelo.com>
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