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
91be4d5a
Commit
91be4d5a
authored
Mar 07, 2019
by
Dominik Hebeler
Browse files
Quicktips now supply the correct locale
parent
d483edc4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
91be4d5a
...
...
@@ -439,7 +439,7 @@ class MetaGer
public
function
createQuicktips
()
{
# Die quicktips werden als job erstellt und zur Abarbeitung freigegeben
$quicktips
=
new
\
App\Models\Quicktips\Quicktips
(
$this
->
q
,
$this
->
lang
,
$this
->
getTime
());
$quicktips
=
new
\
App\Models\Quicktips\Quicktips
(
$this
->
q
,
LaravelLocalization
::
getCurrentLocale
()
,
$this
->
getTime
());
return
$quicktips
;
}
...
...
Write
Preview
Markdown
is supported
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