You are here

function feeds_xls_admin_paths in Feeds XLS 7

Overlay doesn't handle the file download path well.

File

./feeds_xls.module, line 263

Code

function feeds_xls_admin_paths() {
  return array(
    'import/*/xlstemplate' => FALSE,
  );
}