Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
59bb6e01
Commit
59bb6e01
authored
Apr 06, 2021
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development' into 'master'
Development See merge request
!1867
parents
f3a47edd
4942b859
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
app/Models/Adgoal.php
app/Models/Adgoal.php
+6
-0
No files found.
app/Models/Adgoal.php
View file @
59bb6e01
...
...
@@ -166,6 +166,12 @@ class Adgoal
$targetUrl
=
$partnershop
[
"url"
];
$tld
=
$partnershop
[
"tld"
];
// Sometimes TLD is null
if
(
empty
(
$tld
)){
continue
;
}
$targetHost
=
parse_url
(
$targetUrl
,
PHP_URL_HOST
);
/*
...
...
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