Project

General

Profile

« Previous | Next » 

Revision c4f150b9

Added by Jürgen Koch almost 13 years ago

View differences:

eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/handler/GeneratePdfHandler.java
55 55
			return null;
56 56
		}
57 57
		
58
		configurator = PublishConfigurator.NewLocalInstance(CdmStore.getCurrentApplicationController());
58
		configurator = PublishConfigurator.NewLocalInstance(null);//CdmStore.getCurrentApplicationController());
59 59
		
60 60
		Element taxonNodeElement = getTaxonNodeElement((TaxonEditorInput) input);
61 61
		configurator.addSelectedTaxonNodeElements(taxonNodeElement);

Also available in: Unified diff