Skip to content

Commit

Permalink
Fix issue with OAI-PMH harvester not updating icons correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jonescc committed Jul 4, 2012
1 parent 5d0fbb2 commit 976ffd4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@ protected void doUpdate(Dbms dbms, String id, Element node)
//--- could be half updated and so it could be in an inconsistent state

Lib.sources.update(dbms, copy.uuid, copy.name, true);
Resources.copyLogo(context, "harvesting/"+ copy.icon, copy.uuid);
Resources.copyLogo(context, "images" + File.separator + "harvesting" + File.separator + params.icon, copy.uuid);

params = copy;
}
Expand Down

0 comments on commit 976ffd4

Please sign in to comment.