Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2695222
D25098.1734828911.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25098.1734828911.diff
View Options
diff --git a/src/applications/diffusion/conduit/DiffusionHistoryQueryConduitAPIMethod.php b/src/applications/diffusion/conduit/DiffusionHistoryQueryConduitAPIMethod.php
--- a/src/applications/diffusion/conduit/DiffusionHistoryQueryConduitAPIMethod.php
+++ b/src/applications/diffusion/conduit/DiffusionHistoryQueryConduitAPIMethod.php
@@ -55,7 +55,7 @@
$limit = $request->getValue('limit');
if (strlen($against_hash)) {
- $commit_range = "${against_hash}..${commit_hash}";
+ $commit_range = "{$against_hash}..{$commit_hash}";
} else {
$commit_range = $commit_hash;
}
diff --git a/src/applications/herald/phid/HeraldTranscriptPHIDType.php b/src/applications/herald/phid/HeraldTranscriptPHIDType.php
--- a/src/applications/herald/phid/HeraldTranscriptPHIDType.php
+++ b/src/applications/herald/phid/HeraldTranscriptPHIDType.php
@@ -35,7 +35,7 @@
$id = $xscript->getID();
$handle->setName(pht('Transcript %s', $id));
- $handle->setURI("/herald/transcript/${id}/");
+ $handle->setURI("/herald/transcript/$id/");
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 00:55 (18 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1025170
Default Alt Text
D25098.1734828911.diff (1 KB)
Attached To
Mode
D25098: PHP 8.2: fixes for deprecated use of ${var} in strings
Attached
Detach File
Event Timeline
Log In to Comment