Skip to content

Commit 4f2fc1a

Browse files
committed
fix sounds path
1 parent 3911e12 commit 4f2fc1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ServerFileInputElFinderPopupAction.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function run() {
4646
}
4747
$this->settings['url'] = $this->controller->createUrl($this->connectorRoute, $this->connectorParams);
4848
$this->settings['lang'] = Yii::app()->language;
49+
$this->settings['soundPath'] = ElFinderHelper::getAssetsDir() . '/sounds/';
4950

5051
$this->controller->layout = false;
5152
$this->controller->render('ext.elFinder.views.ServerFileInputElFinderPopupAction', array(

TinyMceElFinderPopupAction.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function run() {
4242
}
4343
$this->settings['url'] = $this->controller->createUrl($this->connectorRoute, $this->connectorParams);
4444
$this->settings['lang'] = Yii::app()->language;
45+
$this->settings['soundPath'] = ElFinderHelper::getAssetsDir() . '/sounds/';
4546

4647
$this->controller->layout = false;
4748
$this->controller->render('ext.elFinder.views.TinyMceElFinderPopupAction', array(

0 commit comments

Comments
 (0)