Aleksander Machniak
2013-06-26 dc56c500755525de9d33970204749597a8b8f5c7
Fix handling of &, <, > characters in scripts/filter names (#1489208)
1 files modified
2 ■■■ changed files
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 2 ●●● patch | view | raw | blame | history
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
@@ -932,7 +932,7 @@
                        $this->rc->output->command('parent.managesieve_updatelist',
                            isset($new) ? 'add' : 'update',
                            array(
                                'name' => rcube::Q($this->form['name']),
                                'name' => $this->form['name'],
                                'id' => $fid,
                                'disabled' => $this->form['disabled']
                        ));