diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-01-27 09:34:59 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-01-27 09:34:59 +0100 |
commit | 956de27e947b9f3697411ce365595640d5620851 (patch) | |
tree | 7a6102b77bc0302650962fb9b6a17bcd666c50c4 /lib/public | |
parent | 1add2f3f58d6695ad06cc9d77ea0bf04e74339f7 (diff) | |
parent | b8769802dfebee056a8cdeecaaccc7b258e6cf90 (diff) | |
download | nextcloud-server-956de27e947b9f3697411ce365595640d5620851.tar.gz nextcloud-server-956de27e947b9f3697411ce365595640d5620851.zip |
Merge pull request #13676 from owncloud/fix-node-iface
Fix node interface
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/files/node.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/files/node.php b/lib/public/files/node.php index 35c20b487c9..c3434b4b609 100644 --- a/lib/public/files/node.php +++ b/lib/public/files/node.php @@ -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 * |