X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FMsgcat.pm;h=ce0fa78af702e9272781fe36490312780a11c0ae;hp=2406e8db089b8ef3bbc51cb52b687f72be32f186;hb=aed8ec35ccb9cdeb7ea0cb6ff2946f9d83d582f6;hpb=9c2dce75b3bf6b222de4257c1ef59c6d407ba3b1 diff --git a/FS/FS/Msgcat.pm b/FS/FS/Msgcat.pm index 2406e8db0..ce0fa78af 100644 --- a/FS/FS/Msgcat.pm +++ b/FS/FS/Msgcat.pm @@ -87,8 +87,8 @@ sub _gettext { }); warn "WARNING: auto-inserting message for msgcode $msgcode in locale $locale"; $newmsgcat->insert; - return $msgcode; # or maybe this should be below the next bracket? } + return $msgcode; } }