Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
91ae05c1
Commit
91ae05c1
authored
Sep 26, 2016
by
Karl
Browse files
Noch eine kleine Löschung einer unnötigen Variable
parent
76b5c5d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/MetaGerSearch.php
View file @
91ae05c1
...
...
@@ -96,9 +96,8 @@ class MetaGerSearch extends Controller
$mquicktips
=
array_merge
(
$mquicktips
,
$quicktips
);
# Wussten Sie schon:
$NUMBER_OF_TIPS
=
21
;
$title
=
trans
(
'tips.shorttitle'
);
# Workaround für eine variable Tipanzahl trotz Übersetzungsdateien:
# Es wird so lange versucht den nächsten Tip zu lesen, bis dieser "leer" ist, also mit dem Key übereinstimmt.
$tips
=
[];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment