I beleive there is an error in one of the diffs
include/file_operations.php
diff is looking for
Code:
$top_message["content"] = func_get_langvar_by_name("msg_err_file_wrong");
$top_message["type"] = "E";
func_header_location($action_script.(!empty($dir) ? "?dir=$dir".$opener_str_end : $opener_str_begin));
...
in reality
Code:
$top_message["content"] = func_get_langvar_by_name("msg_err_file_wrong");
$top_message["type"] = "E";
...