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