Support from Acquia helps fund testing for Drupal Acquia logo

Comments

duellj’s picture

Status: Active » Needs review
FileSize
847 bytes

Attached patch.

Test function:

function example_file_status_temporary() {
  $file->status = FILE_STATUS_TEMPORARY;
  $file = array(
    'status' => FILE_STATUS_TEMPORARY,
  );
  function_call(FILE_STATUS_TEMPORARY);
}
solotandem’s picture

Assigned: Unassigned » solotandem
Status: Needs review » Fixed

Committed in next dev release.

Status: Fixed » Closed (fixed)
Issue tags: -Intermediate

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