Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15338635
D16808.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D16808.diff
View Options
diff --git a/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php b/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php
--- a/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php
+++ b/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php
@@ -156,7 +156,7 @@
if ($this->getFailureCount() > $maximum_failures) {
throw new PhabricatorWorkerPermanentFailureException(
pht(
- 'Task % has exceeded the maximum number of failures (%d).',
+ 'Task %d has exceeded the maximum number of failures (%d).',
$this->getID(),
$maximum_failures));
}
diff --git a/src/infrastructure/internationalization/management/PhabricatorInternationalizationManagementExtractWorkflow.php b/src/infrastructure/internationalization/management/PhabricatorInternationalizationManagementExtractWorkflow.php
--- a/src/infrastructure/internationalization/management/PhabricatorInternationalizationManagementExtractWorkflow.php
+++ b/src/infrastructure/internationalization/management/PhabricatorInternationalizationManagementExtractWorkflow.php
@@ -54,7 +54,7 @@
}
foreach ($libraries as $library) {
- $targets[] = Filesystem::resolvePath(dirname($library)).'/';
+ $targets[] = Filesystem::resolvePath(dirname($path.'/'.$library)).'/';
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 10, 11:57 AM (1 d, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7436192
Default Alt Text
D16808.diff (1 KB)
Attached To
Mode
D16808: Fix some issues with Phabricator i18n string extraction
Attached
Detach File
Event Timeline
Log In to Comment