File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ public function run() {
46
46
}
47
47
$ this ->settings ['url ' ] = $ this ->controller ->createUrl ($ this ->connectorRoute , $ this ->connectorParams );
48
48
$ this ->settings ['lang ' ] = Yii::app ()->language ;
49
+ $ this ->settings ['soundPath ' ] = ElFinderHelper::getAssetsDir () . '/sounds/ ' ;
49
50
50
51
$ this ->controller ->layout = false ;
51
52
$ this ->controller ->render ('ext.elFinder.views.ServerFileInputElFinderPopupAction ' , array (
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public function run() {
42
42
}
43
43
$ this ->settings ['url ' ] = $ this ->controller ->createUrl ($ this ->connectorRoute , $ this ->connectorParams );
44
44
$ this ->settings ['lang ' ] = Yii::app ()->language ;
45
+ $ this ->settings ['soundPath ' ] = ElFinderHelper::getAssetsDir () . '/sounds/ ' ;
45
46
46
47
$ this ->controller ->layout = false ;
47
48
$ this ->controller ->render ('ext.elFinder.views.TinyMceElFinderPopupAction ' , array (
You can’t perform that action at this time.
0 commit comments