Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
256
Merge Requests
26
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Compare Revisions
e706446f42e828aa1a9c133d17c68594b29cd391...3efa2421ff8ef498b05f243e4acfa58daeef8666
Source
3efa2421ff8ef498b05f243e4acfa58daeef8666
...
Target
e706446f42e828aa1a9c133d17c68594b29cd391
Compare
Commits (2)
(chore): Remove function trailing comma
· b13e1b31
Emiliano Balbuena
authored
2 hours ago
b13e1b31
Merge branch 'hotfix/email-confirmation-url-php71' into 'master'
· 3efa2421
Mark Harding
authored
1 hour ago
(chore): Remove function trailing comma See merge request
!434
3efa2421
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Core/Email/Confirmation/Url.php
View file @
3efa2421
...
...
@@ -54,7 +54,7 @@ class Url
static
::
EMAIL_CONFIRMATION_PATH
,
http_build_query
(
array_merge
(
$params
,
[
'__e_cnf_token'
=>
$this
->
user
->
getEmailConfirmationToken
(),
]))
,
]))
);
}
}
This diff is collapsed.