Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098199
D522.id.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
Wed, Aug 13, 11:32 AM
Size
528 B
Mime Type
text/x-diff
Expires
Thu, Aug 14, 11:32 AM (18 h, 32 m)
Engine
blob
Format
Raw Data
Handle
711141
Attached To
D522: INP-1911 - Adjust exception message, when accessing non-existing event of an existing unit
D522.id.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