Aleksander Machniak
2014-06-20 90ab9f2847df8721c4eb65733eaa25712f1a3102
Fix loading localization
1 files modified
4 ■■■■ changed files
plugins/password/password.php 4 ●●●● patch | view | raw | blame | history
plugins/password/password.php
@@ -57,6 +57,8 @@
                return;
            }
            $this->add_texts('localization/');
            $this->add_hook('settings_actions', array($this, 'settings_actions'));
            $this->register_action('plugin.password', array($this, 'password_init'));
@@ -88,7 +90,6 @@
    function password_init()
    {
        $this->add_texts('localization/');
        $this->register_handler('plugin.body', array($this, 'password_form'));
        $rcmail = rcmail::get_instance();
@@ -103,7 +104,6 @@
    function password_save()
    {
        $this->add_texts('localization/');
        $this->register_handler('plugin.body', array($this, 'password_form'));
        $rcmail = rcmail::get_instance();