Aleksander Machniak
2016-02-05 bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326
plugins/attachment_reminder/attachment_reminder.php
old mode 100755 new mode 100644
@@ -22,7 +22,7 @@
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 * along with this program. If not, see <http://www.gnu.org/licenses/>
 */
class attachment_reminder extends rcube_plugin
@@ -36,8 +36,11 @@
        $rcmail = rcube::get_instance();
        if ($rcmail->task == 'mail' && $rcmail->action == 'compose') {
            $this->include_script('attachment_reminder.js');
            $this->add_texts('localization/', array('keywords', 'forgotattachment'));
            if ($rcmail->config->get('attachment_reminder')) {
                $this->include_script('attachment_reminder.js');
                $this->add_texts('localization/', array('keywords', 'forgotattachment'));
                $rcmail->output->add_label('addattachment', 'send');
            }
        }
        if ($rcmail->task == 'settings') {