Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046514
D357.id973.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
Sat, Jun 28, 7:39 PM
Size
491 B
Mime Type
text/x-diff
Expires
Sun, Jun 29, 7:39 PM (2 h, 30 m)
Engine
blob
Format
Raw Data
Handle
676548
Attached To
D357: INP-1761 - Account for LeftJoinOptimizer during grid total calculation
D357.id973.diff
View Options
Index: branches/5.2.x/core/kernel/db/dblist.php
===================================================================
--- branches/5.2.x/core/kernel/db/dblist.php
+++ branches/5.2.x/core/kernel/db/dblist.php
@@ -590,8 +590,8 @@
return ;
}
- $sql = $this->GetSelectSQL(true, false);
$fields = str_replace('%1$s', $this->TableName, implode(', ', $fields));
+ $sql = $this->GetSelectSQL(true, false, $fields);
if ( preg_match("/DISTINCT(.*?\s)FROM(?!_)/is",$sql,$regs ) )
{
Event Timeline
Log In to Comment