Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1168158
D63.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, Sep 24, 7:23 AM
Size
505 B
Mime Type
text/x-diff
Expires
Thu, Sep 25, 7:23 AM (17 m, 27 s)
Engine
blob
Format
Raw Data
Handle
756736
Attached To
D63: INP-1425 Don't report empty forms as missing
D63.id.diff
View Options
Index: branches/5.3.x/core/kernel/kbase.php
===================================================================
--- branches/5.3.x/core/kernel/kbase.php
+++ branches/5.3.x/core/kernel/kbase.php
@@ -529,7 +529,7 @@
$form_data = $config->getFormByName($this->formName);
- if ( !$form_data ) {
+ if ( $form_data === false ) {
trigger_error('Form "<strong>' . $this->formName . '</strong>" isn\'t declared in "<strong>' . $this->Prefix . '</strong>" unit config.', E_USER_NOTICE);
}
else {
Event Timeline
Log In to Comment