Skip to content

Commit 47c58dc

Browse files
committed
2 parents 734695c + f4c6211 commit 47c58dc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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+
}

src/templates/modals.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@ <h4 class="modal-title">{{'change_permissions' | translate}}</h4>
327327
<thead>
328328
<tr>
329329
<th>{{'permissions' | translate}}</th>
330-
<th class="col-xs-1 text-center">{{'exec' | translate}}</th>
331330
<th class="col-xs-1 text-center">{{'read' | translate}}</th>
332331
<th class="col-xs-1 text-center">{{'write' | translate}}</th>
332+
<th class="col-xs-1 text-center">{{'exec' | translate}}</th>
333333
</tr>
334334
</thead>
335335
<tbody>
@@ -442,4 +442,4 @@ <h4 class="modal-title">{{"select_destination_folder" | translate}}</h4>
442442
</li>
443443
</ul>
444444
</div>
445-
</script>
445+
</script>

0 commit comments

Comments
 (0)