Merge pull request #690 from annando/develop

Fix for missing use
This commit is contained in:
Tobias Diekershoff 2018-08-08 07:51:38 +02:00 committed by GitHub
commit cbcd61fba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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');
}
}