Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1068607
D522.id1342.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jul 18, 3:13 PM
Size
528 B
Mime Type
text/x-diff
Expires
Sat, Jul 19, 3:13 PM (8 h, 53 m)
Engine
blob
Format
Raw Data
Handle
691628
Attached To
D522: INP-1911 - Adjust exception message, when accessing non-existing event of an existing unit
D522.id1342.diff
View Options
Index: branches/5.2.x/core/kernel/managers/request_manager.php
===================================================================
--- branches/5.2.x/core/kernel/managers/request_manager.php
+++ branches/5.2.x/core/kernel/managers/request_manager.php
@@ -145,7 +145,7 @@
$this->Application->UnitConfigReader->runAfterConfigRead($regs[1]);
}
- if ( !$this->Application->EventManager->verifyEventPrefix($event, true) ) {
+ if ( !$this->Application->eventImplemented($event) ) {
$false = false;
return $false;
Event Timeline
Log In to Comment