commit
9a151056d0
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ class Cache implements ICache {
|
||||||
$this->connection->beginTransaction();
|
$this->connection->beginTransaction();
|
||||||
if ($sourceData['mimetype'] === 'httpd/unix-directory') {
|
if ($sourceData['mimetype'] === 'httpd/unix-directory') {
|
||||||
//update all child entries
|
//update all child entries
|
||||||
$sourceLength = strlen($sourcePath);
|
$sourceLength = mb_strlen($sourcePath);
|
||||||
$query = $this->connection->getQueryBuilder();
|
$query = $this->connection->getQueryBuilder();
|
||||||
|
|
||||||
$fun = $query->func();
|
$fun = $query->func();
|
||||||
|
|
Loading…
Reference in a new issue