[svn r10491] path real progress bar for the upload

skala
Eric Marguin 19 years ago
parent 1839a4f36c
commit b4c460e9a3
  1. 2
      main/inc/lib/formvalidator/FormValidator.class.php

@ -226,7 +226,7 @@ EOT;
*/
function add_real_progress_bar($upload_id, $delay=2)
{
if(function_exists('uploadprogress_get_info'))
if(!function_exists('uploadprogress_get_info'))
{
$this -> add_progress_bar($delay);
return;

Loading…
Cancel
Save