Page MenuHomePhorge

D25248.1734775563.diff
No OneTemporary

D25248.1734775563.diff

diff --git a/src/applications/herald/typeahead/HeraldRuleDatasource.php b/src/applications/herald/typeahead/HeraldRuleDatasource.php
--- a/src/applications/herald/typeahead/HeraldRuleDatasource.php
+++ b/src/applications/herald/typeahead/HeraldRuleDatasource.php
@@ -22,7 +22,7 @@
$query = id(new HeraldRuleQuery())
->setViewer($viewer);
- if (preg_match('/^[hH]\d+\z/', $raw_query)) {
+ if (($raw_query !== null) && preg_match('/^[hH]\d+\z/', $raw_query)) {
$id = trim($raw_query, 'hH');
$id = (int)$id;
$query->withIDs(array($id));

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 10:06 (17 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1023005
Default Alt Text
D25248.1734775563.diff (576 B)

Event Timeline