Missing dir added.
This commit is contained in:
parent
570ea787f1
commit
02c9b03b8e
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class DatabaseManager {
|
|||
$stmt->execute(array(\OCP\USER::getUser(), $path, $width, $height));
|
||||
$ret = array('path' => $path, 'width' => $width, 'height' => $height);
|
||||
unset($image);
|
||||
$dir = dirname($path);
|
||||
$this->cache[$dir][$path] = $ret;
|
||||
return $ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue