1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-04-29 12:30:54 +00:00
This commit is contained in:
Pierre 2018-01-04 09:50:56 +01:00
parent eb860a5c23
commit 2ff2412341

@ -244,7 +244,7 @@ ComunicWeb.components.posts.ui = {
else {
//Log error
ComunicWeb.debug.logMessage("Not implemented kind of post: " + infos.kind);
ComunicWeb.common.error.submitError("notice", "Unimplemented kind of post" + infos.kind, 0, {});
ComunicWeb.common.error.submitError("notice", "Unimplemented kind of post: " + infos.kind, 0, {});
}