diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-28 20:25:05 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-28 20:25:05 +0100 |
commit | 6782fe1fd7d3230350153ba307dd5d49b9670604 (patch) | |
tree | 070fe47f575e4ef74e914471e5033b5451e9d083 /program | |
parent | b4a30ac84f9f6267f91f7d2d93462133cd772305 (diff) | |
parent | 0f4022d54f12fed14c25bc4d78779494b86c4fcc (diff) |
Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release-0.9
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcmail_output_html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index ef7c49873..88af550ed 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -215,7 +215,7 @@ class rcmail_output_html extends rcmail_output * @param string Additional path to search in * @return mixed Relative path to the requested file or False if not found */ - public function get_skin_file($file, &$skin_path, $add_path = null) + public function get_skin_file($file, &$skin_path = null, $add_path = null) { $skin_paths = $this->skin_paths; if ($add_path) |