Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
9ca9acf3
Commit
9ca9acf3
authored
Dec 02, 2014
by
Bjoern Schiessle
Browse files
small fixes
parent
2e78217f
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/files_encryption/hooks/hooks.php
View file @
9ca9acf3
...
...
@@ -485,7 +485,7 @@ class Hooks {
// create key folders if it doesn't exists
if
(
!
$view
->
file_exists
(
dirname
(
$newKeysPath
)))
{
$view
->
mkdir
(
dirname
(
$newKeysPath
));
$view
->
mkdir
(
dirname
(
$newKeysPath
));
}
$view
->
$operation
(
$oldKeysPath
,
$newKeysPath
);
...
...
@@ -566,7 +566,7 @@ class Hooks {
return
true
;
}
$util
=
new
Util
(
new
\
OC\Files\View
(
'/'
)
,
\
OCP\USER
::
getUser
());
$util
=
new
Util
(
$view
,
\
OCP\USER
::
getUser
());
$keysPath
=
Keymanager
::
getKeyPath
(
$view
,
$util
,
$path
);
...
...
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