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
3794e2e2
Commit
3794e2e2
authored
Oct 10, 2018
by
Phil Höfer
Browse files
Fix partnershop display for authorized users
parent
dcf2c7fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
3794e2e2
...
...
@@ -256,7 +256,9 @@ class MetaGer
$this
->
results
=
$newResults
;
#Adgoal Implementation
$this
->
results
=
$this
->
parseAdgoal
(
$this
->
results
);
if
(
!
$this
->
apiAuthorized
)
{
$this
->
results
=
$this
->
parseAdgoal
(
$this
->
results
);
}
# Human Verification
$this
->
results
=
$this
->
humanVerification
(
$this
->
results
);
...
...
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