Fix warning in logs
This commit is contained in:
parent
cd4f4d97f5
commit
6dde8f11bd
@ -15,8 +15,8 @@ namespace OCA\Documents;
|
||||
class Filter_Office {
|
||||
const NATIVE_MIMETYPE = 'application/vnd.oasis.opendocument.text';
|
||||
|
||||
private static $readSpec;
|
||||
private static $writeSpec;
|
||||
private $readSpec;
|
||||
private $writeSpec;
|
||||
|
||||
/* sample mimespec
|
||||
array (
|
||||
|
@ -39,7 +39,7 @@ class Genesis {
|
||||
* */
|
||||
public function __construct(\OCA\Documents\File $file){
|
||||
$owner = $file->getOwner();
|
||||
list($ownerView, $path) = $file->getOwnerViewAndPath();
|
||||
list($view, $path) = $file->getOwnerViewAndPath();
|
||||
|
||||
$this->view = new View('/' . $owner);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user