Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
54
Issues
54
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
3794e2e2
Commit
3794e2e2
authored
Oct 10, 2018
by
Phil Höfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix partnershop display for authorized users
parent
dcf2c7fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/MetaGer.php
app/MetaGer.php
+3
-1
No files found.
app/MetaGer.php
View file @
3794e2e2
...
@@ -256,7 +256,9 @@ class MetaGer
...
@@ -256,7 +256,9 @@ class MetaGer
$this
->
results
=
$newResults
;
$this
->
results
=
$newResults
;
#Adgoal Implementation
#Adgoal Implementation
$this
->
results
=
$this
->
parseAdgoal
(
$this
->
results
);
if
(
!
$this
->
apiAuthorized
)
{
$this
->
results
=
$this
->
parseAdgoal
(
$this
->
results
);
}
# Human Verification
# Human Verification
$this
->
results
=
$this
->
humanVerification
(
$this
->
results
);
$this
->
results
=
$this
->
humanVerification
(
$this
->
results
);
...
...
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