Aleksander Machniak
2016-02-05 bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326
plugins/hide_blockquote/hide_blockquote.php
@@ -59,8 +59,8 @@
        $input    = new html_inputfield(array('name' => '_'.$field_id, 'id' => $field_id, 'size' => 5));
        $args['blocks']['main']['options']['hide_blockquote_limit'] = array(
            'title' => $this->gettext('quotelimit'),
            'content' => $input->show($limit ? $limit : '')
            'title'   => $this->gettext('quotelimit'),
            'content' => $input->show($limit ?: '')
        );
        return $args;