Ignore:
Timestamp:
Jan 31, 2008, 8:37:04 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #910: Plug-ins ignore file set by the auto-detect file format function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/import/index.jsp

    r3679 r4111  
    187187      AutoDetectFileFormat.findPlugins(dc, context, f, plugin);
    188188
    189     sc.getCurrentContext(Item.FILE).setId(f.getId());
     189    cc.setObject("auto-detected-file", f);
    190190    int matches = plugins.size();
    191191    if (matches == 0)
Note: See TracChangeset for help on using the changeset viewer.