Aleksander Machniak
2013-06-09 b9139f9f98fe994142dd3e050dac1e6ec9a24309
Fix parse error in broken last commit
1 files modified
4 ■■■■ changed files
plugins/zipdownload/zipdownload.php 4 ●●●● patch | view | raw | blame | history
plugins/zipdownload/zipdownload.php
@@ -258,11 +258,7 @@
    /**
     * Helper function to convert filenames to the configured charset
     */
<<<<<<< HEAD
    private function _convert_filename($str, $from = RCMAIL_CHARSET)
=======
    private function _convert_filename($str)
>>>>>>> 4922472... Fix zipdownload plugin issue with filenames charset (#1489156)
    {
        $str = rcube_charset::convert($str, RCUBE_CHARSET, $this->charset);