Revert use statement

no need to generate use statement
This commit is contained in:
Adam Magness 2018-01-24 11:38:34 -05:00
parent c9d74d6844
commit 56c3b3f653
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
}
$s = '<?php' . "\n" . 'use Friendica\Core\L10n;' . "\n";
$s = '<?php' . "\n";
$s .= '
function string_plural_select($n){
return ($n != 1);