diff --git a/src/elogd.cxx b/src/elogd.cxx index b6beb7f2..b80d3587 100755 --- a/src/elogd.cxx +++ b/src/elogd.cxx @@ -28083,7 +28083,7 @@ void interprete(char *lbook, const char *path) return; } - if (strieq(command, loc("Find"))) { + if (strieq(command, loc("Find")) || strieq(command, "Find")) { /* stip message id */ if (dec_path[0]) { sprintf(str, "../%s/?cmd=%s", lbs->name_enc, loc("Find"));