Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14082260
D19882.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
760 B
Referenced Files
None
Subscribers
None
D19882.diff
View Options
diff --git a/src/xsprintf/qsprintf.php b/src/xsprintf/qsprintf.php
--- a/src/xsprintf/qsprintf.php
+++ b/src/xsprintf/qsprintf.php
@@ -491,6 +491,7 @@
case 'R':
if (!($value instanceof AphrontDatabaseTableRefInterface)) {
throw new AphrontParameterQueryException(
+ $query,
pht(
'Parameter to "%s" conversion in "qsprintf(...)" is not an '.
'instance of AphrontDatabaseTableRefInterface.',
@@ -501,6 +502,7 @@
case 'P':
if (!($value instanceof PhutilOpaqueEnvelope)) {
throw new AphrontParameterQueryException(
+ $query,
pht(
'Parameter to "%s" conversion in "qsprintf(...)" is not an '.
'instance of PhutilOpaqueEnvelope.',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 11:14 PM (11 h, 10 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6780098
Default Alt Text
D19882.diff (760 B)
Attached To
Mode
D19882: Fix construction of two new qsprintf() exceptions
Attached
Detach File
Event Timeline
Log In to Comment