Issue 5768: This logging should help finding the origin of the problem

This commit is contained in:
Michael 2018-09-22 07:09:27 +00:00
parent 8dc5b04be7
commit b3e3147697
1 changed files with 4 additions and 0 deletions

View File

@ -183,6 +183,10 @@ class L10n extends BaseObject
{
$a = self::getApp();
if (!is_numeric($count)) {
logger('Non numeric count called by ' . System::callstack(20));
}
$lang = Config::get('system', 'language');
if (!empty($a->strings[$singular])) {