Page MenuHomePhorge

D25580.1739948770.diff
No OneTemporary

D25580.1739948770.diff

diff --git a/src/applications/nuance/management/NuanceManagementWorkflow.php b/src/applications/nuance/management/NuanceManagementWorkflow.php
--- a/src/applications/nuance/management/NuanceManagementWorkflow.php
+++ b/src/applications/nuance/management/NuanceManagementWorkflow.php
@@ -5,7 +5,7 @@
protected function loadSource(PhutilArgumentParser $argv, $key) {
$source = $argv->getArg($key);
- if (!strlen($source)) {
+ if (!phutil_nonempty_string($source)) {
throw new PhutilArgumentUsageException(
pht(
'Specify a source with %s.',

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 19, 07:06 (2 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1120991
Default Alt Text
D25580.1739948770.diff (582 B)

Event Timeline