1
0

Correct missing function name

This commit is contained in:
Tim Almdal 2009-12-27 09:53:26 -08:00
parent 92d56d7037
commit ee7e1d0c1d

View File

@ -107,7 +107,7 @@ class G3Remote {
}
}
private static function post($url, $post_data_array, $extra_headers=array()) {
private static function _post($url, $post_data_array, $extra_headers=array()) {
$boundary = str_repeat("-", 9) . md5(microtime());
$boundary_length = strlen($boundary);