Show
Ignore:
Timestamp:
11/17/11 19:09:37 (18 months ago)
Author:
patdenice
Message:

bug:2513
Warning messages during synchronisation on some servers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r12640 r12642  
    534534      while (($node = readdir($contents)) !== false) 
    535535      { 
    536         if (is_dir($path.'/'.$node) 
    537             and $node != '.' 
     536        if ($node != '.' 
    538537            and $node != '..' 
    539538            and $node != '.svn' 
    540539            and $node != 'thumbnail' 
    541540            and $node != 'pwg_high' 
    542             and $node != 'pwg_representative') 
     541            and $node != 'pwg_representative' 
     542            and is_dir($path.'/'.$node)) 
    543543        { 
    544544          array_push($dirs, $path.'/'.$node);