File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 Text::_ ('COM_FINDER_CONTENT_PLUGIN ' ),
4444 [
4545 'class ' => 'alert-link ' ,
46- 'data-joomla-dialog ' => $ this ->escape (json_encode ($ popupOptions , JSON_UNESCAPED_SLASHES )),
46+ 'data-joomla-dialog ' => $ this ->escape (json_encode ($ popupOptions , JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE )),
4747 'data-checkin-url ' => Route::_ ('index.php?option=com_plugins&task=plugins.checkin&format=json&cid[]= ' . $ this ->finderPluginId ),
4848 'data-close-on-message ' => '' ,
4949 'data-reload-on-close ' => '' ,
Original file line number Diff line number Diff line change 4747 Text::_ ('COM_FINDER_CONTENT_PLUGIN ' ),
4848 [
4949 'class ' => 'alert-link ' ,
50- 'data-joomla-dialog ' => $ this ->escape (json_encode ($ popupOptions , JSON_UNESCAPED_SLASHES )),
50+ 'data-joomla-dialog ' => $ this ->escape (json_encode ($ popupOptions , JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE )),
5151 'data-checkin-url ' => Route::_ ('index.php?option=com_plugins&task=plugins.checkin&format=json&cid[]= ' . $ this ->finderPluginId ),
5252 'data-close-on-message ' => '' ,
5353 'data-reload-on-close ' => '' ,
Original file line number Diff line number Diff line change 5151 Text::_ ('COM_REDIRECT_SYSTEM_PLUGIN ' ),
5252 [
5353 'class ' => 'alert-link ' ,
54- 'data-joomla-dialog ' => $ this ->escape (json_encode ($ popupOptions , JSON_UNESCAPED_SLASHES )),
54+ 'data-joomla-dialog ' => $ this ->escape (json_encode ($ popupOptions , JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE )),
5555 'data-checkin-url ' => Route::_ ('index.php?option=com_plugins&task=plugins.checkin&format=json&cid[]= ' . $ redirectPluginId ),
5656 'data-close-on-message ' => '' ,
5757 'data-reload-on-close ' => '' ,
Original file line number Diff line number Diff line change 6565 Text::_ ('COM_REDIRECT_SYSTEM_PLUGIN ' ),
6666 [
6767 'class ' => 'alert-link ' ,
68- 'data-joomla-dialog ' => $ this ->escape (json_encode ($ popupOptions , JSON_UNESCAPED_SLASHES )),
68+ 'data-joomla-dialog ' => $ this ->escape (json_encode ($ popupOptions , JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE )),
6969 'data-checkin-url ' => Route::_ ('index.php?option=com_plugins&task=plugins.checkin&format=json&cid[]= ' . $ redirectPluginId ),
7070 'data-close-on-message ' => '' ,
7171 'data-reload-on-close ' => '' ,
You can’t perform that action at this time.
0 commit comments