diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-28 22:54:04 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-28 22:54:04 +0000 |
| commit | 17ae74fdcad845aca016b40632b4d8984588bc0e (patch) | |
| tree | 7aec453e1fb5f5e42ad2d4473ae45b00813c3190 | |
| parent | 5328c11135888671be7b952ab76069f8d34dbb78 (diff) | |
Typo
git-svn-id: https://svn.roundcube.net/trunk@3077 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/plugins/markasjunk/markasjunk.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/plugins/markasjunk/markasjunk.php b/roundcubemail/plugins/markasjunk/markasjunk.php index 4f41a7eed..cf81883fc 100644 --- a/roundcubemail/plugins/markasjunk/markasjunk.php +++ b/roundcubemail/plugins/markasjunk/markasjunk.php @@ -19,7 +19,7 @@ class markasjunk extends rcube_plugin $rcmail = rcmail::get_instance(); if ($rcmail->action == '' || $rcmail->action == 'show') { - $skin_path = $this->local_skin_path();; + $skin_path = $this->local_skin_path(); $this->include_script('markasjunk.js'); $this->add_texts('localization', true); $this->add_button(array( |
