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
b8769802
Commit
b8769802
authored
Jan 26, 2015
by
Bernhard Posselt
Browse files
fix node interface
parent
810d5a6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/private/files/node/node.php
View file @
b8769802
...
...
@@ -8,10 +8,9 @@
namespace
OC\Files\Node
;
use
OCP\Files\FileInfo
;
use
OCP\Files\NotPermittedException
;
class
Node
implements
\
OCP\Files\Node
,
FileInfo
{
class
Node
implements
\
OCP\Files\Node
{
/**
* @var \OC\Files\View $view
*/
...
...
lib/public/files/node.php
View file @
b8769802
...
...
@@ -29,7 +29,7 @@
// This means that they should be used by apps instead of the internal ownCloud classes
namespace
OCP\Files
;
interface
Node
{
interface
Node
extends
FileInfo
{
/**
* Move the file or folder to a new location
*
...
...
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