Comment by
alex.kan...@gmail.com:
Score: Neutral
General Comment:
I've reverted this commit, for the following reasons:
1) I verified that all 4 situations are handled correctly on my machine.
Without this added check things fail gracefully as they should.
(loader_path is null, loader_path is "", plugin_type is NULL, plugin_type
is "").
2) If, however, on some other machine those 4 situations cause trouble,
then the problem is somewhere else in the code, so this fix is only masking
the real issue. Anything except empty plugin type shouldn't occur at all to
begin with; if it does, then it's a bug somewhere else.