Skip to content

Commit 2425d1b

Browse files
committed
🔧 fix for selection search result
1 parent d3a1ebe commit 2425d1b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

install.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,9 @@
120120
{% endif %}
121121
]]></add>
122122
</operation>
123+
<operation>
124+
<search><![CDATA[var url = 'index.php?route=common/filemanager&user_token={{ user_token }}&directory={{ directory }}';]]></search>
125+
<add position="replace"><![CDATA[var url = 'index.php?route=common/filemanager&user_token={{ user_token }}&directory={{ directory }}&ck_callback_info={{ ck_callback_info }}';]]></add>
126+
</operation>
123127
</file>
124128
</modification>

0 commit comments

Comments
 (0)