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
die_coolen_jungs
our_own_cloud_project
Commits
b4471c25
Commit
b4471c25
authored
May 06, 2015
by
Joas Schilling
Browse files
Fix the share mail notification when the item is in a folder
parent
f2d46693
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/private/share/mailnotifications.php
View file @
b4471c25
...
...
@@ -122,6 +122,11 @@ class MailNotifications {
$args
=
array
(
'dir'
=>
$filename
,
);
}
else
if
(
strpos
(
$filename
,
'/'
))
{
$args
=
array
(
'dir'
=>
'/'
.
dirname
(
$filename
),
'scrollto'
=>
basename
(
$filename
),
);
}
else
{
$args
=
array
(
'dir'
=>
'/'
,
...
...
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