From: Adam Magness Date: Tue, 23 Jan 2018 03:30:45 +0000 (-0500) Subject: Update variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7158aa7ded17a3bb563cb44d4597524bab8caa22;p=friendica.git Update variable update based on error log --- diff --git a/src/Core/L10n.php b/src/Core/L10n.php index 88697a2a2c..be19d546d0 100644 --- a/src/Core/L10n.php +++ b/src/Core/L10n.php @@ -184,7 +184,7 @@ class L10n if (is_array($t)) { $plural_function = 'string_plural_select_' . str_replace('-', '_', $lang); if (function_exists($plural_function)) { - $plural_function = 'self::stringPluralSelectDefault'; + $plural_function = 'stringPluralSelectDefault'; } $i = $plural_function($count); $s = $t[$i];