Page MenuHomePhorge

D25581.1737238778.diff
No OneTemporary

D25581.1737238778.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
@@ -66,7 +66,7 @@
protected function loadITem(PhutilArgumentParser $argv, $key) {
$item = $argv->getArg($key);
- if (!strlen($item)) {
+ if (!phutil_nonempty_string($item)) {
throw new PhutilArgumentUsageException(
pht(
'Specify a item with %s.',

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 18, 22:19 (1 h, 43 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112686
Default Alt Text
D25581.1737238778.diff (574 B)

Event Timeline