Page MenuHomePhorge

D26029.1748057013.diff
No OneTemporary

D26029.1748057013.diff

diff --git a/src/view/form/control/AphrontFormDateControlValue.php b/src/view/form/control/AphrontFormDateControlValue.php
--- a/src/view/form/control/AphrontFormDateControlValue.php
+++ b/src/view/form/control/AphrontFormDateControlValue.php
@@ -63,8 +63,8 @@
$value = new AphrontFormDateControlValue();
$value->viewer = $request->getViewer();
- $date = $request->getStr($key.'_d');
- $time = $request->getStr($key.'_t');
+ $date = $request->getStr($key.'_d', '');
+ $time = $request->getStr($key.'_t', '');
// If we have the individual parts, we read them preferentially. If we do
// not, try to read the key as a raw value. This makes it so that HTTP

File Metadata

Mime Type
text/plain
Expires
Sat, May 24, 03:23 (10 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1640989
Default Alt Text
D26029.1748057013.diff (691 B)

Event Timeline