Aleksander Machniak
2013-01-27 a188a9a305b25c89b18c71e29e348d9adcd29719
Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file()
1 files modified
2 ■■■ changed files
program/include/rcmail_output_html.php 2 ●●● patch | view | raw | blame | history
program/include/rcmail_output_html.php
@@ -215,7 +215,7 @@
     * @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)