Skip to content

Commit 973df4f

Browse files
committed
Merge pull request #150 from JaapMoolenaar/patch-1
Missing reference to $this->translate
2 parents d1ed31a + 9f8f387 commit 973df4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bridges/php-local/LocalBridge/FileManagerApi.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ public function postHandler($query, $request, $files)
166166

167167
public function getHandler($queries)
168168
{
169+
$t = $this->translate;
170+
169171
switch ($queries['action']) {
170172
case 'download':
171173
$downloaded = $this->downloadAction($queries['path']);
@@ -473,4 +475,4 @@ private function parsePerms($perms)
473475

474476
return $info;
475477
}
476-
}
478+
}

0 commit comments

Comments
 (0)