forked from friendica/friendica-addons
Fix for missing use
This commit is contained in:
parent
4b33c293d0
commit
cd2d98f39e
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
use Friendica\Core\Addon;
|
use Friendica\Core\Addon;
|
||||||
use Friendica\Core\Config;
|
use Friendica\Core\Config;
|
||||||
|
use Friendica\Core\L10n;
|
||||||
|
|
||||||
function morechoice_install() {
|
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('Pretending to be over my ex');
|
||||||
$b[] = L10n::t('Hurt in the past');
|
$b[] = L10n::t('Hurt in the past');
|
||||||
$b[] = L10n::t('Wallowing in self-pity');
|
$b[] = L10n::t('Wallowing in self-pity');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue