mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
bug 9205: resolved fixed
status 9205: fix NPE in usageEvent
This commit is contained in:
parent
6bd978abfe
commit
a7953c1e7a
@ -941,7 +941,7 @@ public class TemplateManagerImpl implements TemplateManager, Manager, TemplateSe
|
||||
}
|
||||
}
|
||||
|
||||
Account account = _accountDao.findById(template.getAccountId());
|
||||
Account account = _accountDao.findByIdIncludingRemoved(template.getAccountId());
|
||||
String eventType = "";
|
||||
|
||||
if (template.getFormat().equals(ImageFormat.ISO)){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user