summaryrefslogtreecommitdiff
path: root/scripts/twitterqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/twitterqueuehandler.php')
-rwxr-xr-xscripts/twitterqueuehandler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/twitterqueuehandler.php b/scripts/twitterqueuehandler.php
index 826e12c75..00e735d98 100755
--- a/scripts/twitterqueuehandler.php
+++ b/scripts/twitterqueuehandler.php
@@ -59,8 +59,8 @@ class TwitterQueueHandler extends QueueHandler
}
-if (have_option('-i')) {
- $id = get_option_value('-i');
+if (have_option('i')) {
+ $id = get_option_value('i');
} else if (have_option('--id')) {
$id = get_option_value('--id');
} else if (count($args) > 0) {