This module uses a check of !is_writable($path) as part of the logic that determines if a file is missing or not. This seems unnecessary, and causes false-positives for missing files when Drupal (or the webserver user, to be more specific) does not have write access to a file.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mdeltito’s picture

mdeltito’s picture

FileSize
1.49 KB

fixed patch file name

  • mdeltito authored 2e5bdd3 on 7.x-1.x
    Issue #2410409 by mdeltito: Fixed unnecessary unnecessary is_writeable...

  • 8967ffd committed on 6.x-1.x
    Issue #2410393, #2410409 by gnindl: Backport patches from 7.x version
    
gnindl’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.