mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°7704 Fix missing namespace for constant EVENT_DOWNLOAD_DOCUMENT
This commit is contained in:
@@ -34,7 +34,7 @@ class AttributeBlobEventListener implements iEventServiceSetup
|
||||
public function RegisterEventsAndListeners()
|
||||
{
|
||||
EventService::RegisterListener(
|
||||
EVENT_DOWNLOAD_DOCUMENT,
|
||||
\EVENT_DOWNLOAD_DOCUMENT,
|
||||
[$this, 'OnAttributeBlobDownloadActivateTrigger']
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user