From: Michael Date: Wed, 8 Aug 2018 05:32:24 +0000 (+0000) Subject: Fix for missing use X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cd2d98f39eaf140ec3545560365e8d47c4dc2a11;p=friendica-addons.git Fix for missing use --- diff --git a/morechoice/morechoice.php b/morechoice/morechoice.php index 0d7f6fae..15cee0d1 100644 --- a/morechoice/morechoice.php +++ b/morechoice/morechoice.php @@ -10,6 +10,7 @@ use Friendica\Core\Addon; use Friendica\Core\Config; +use Friendica\Core\L10n; function morechoice_install() { @@ -117,4 +118,4 @@ function morechoice_marital_selector($a,&$b) { $b[] = L10n::t('Pretending to be over my ex'); $b[] = L10n::t('Hurt in the past'); $b[] = L10n::t('Wallowing in self-pity'); -} \ No newline at end of file +}