projects
/
friendica-addons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b33c29
)
Fix for missing use
author
Michael
<heluecht@pirati.ca>
Wed, 8 Aug 2018 05:32:24 +0000
(
05:32
+0000)
committer
Michael
<heluecht@pirati.ca>
Wed, 8 Aug 2018 05:32:24 +0000
(
05:32
+0000)
morechoice/morechoice.php
patch
|
blob
|
history
diff --git
a/morechoice/morechoice.php
b/morechoice/morechoice.php
index 0d7f6fae8e1e10657bde419b5787a62536c61fab..15cee0d159075e121646000e4a218d431655b8fd 100644
(file)
--- 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
+}