Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
b4be4f57
Commit
b4be4f57
authored
7 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
Revert "URL Parameter werden vond er Blacklist nun auch erfasst"
This reverts commit
9fe00506
parent
9fe00506
No related branches found
Branches containing commit
No related tags found
2 merge requests
!925
Revert "URL Parameter werden vond er Blacklist nun auch erfasst"
,
!924
Development
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/Models/Result.php
+1
-1
1 addition, 1 deletion
app/Models/Result.php
with
1 addition
and
1 deletion
app/Models/Result.php
+
1
−
1
View file @
b4be4f57
...
...
@@ -303,7 +303,7 @@ class Result
public
function
getStrippedLink
(
$link
)
{
$match
=
$this
->
getUrlElements
(
$link
);
return
$match
[
'host'
]
.
$match
[
'path'
]
.
$match
[
'query'
]
;
return
$match
[
'host'
]
.
$match
[
'path'
];
}
/* Liest aus einem Link die Domain.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment