summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/modules/commands.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/commands.jsm b/common/modules/commands.jsm
index 8280913b..7760bda8 100644
--- a/common/modules/commands.jsm
+++ b/common/modules/commands.jsm
@@ -142,7 +142,7 @@ var Command = Class("Command", {
get helpTag() ":" + this.name,
- get lastCommand() this._lastCommand || commandline.command,
+ get lastCommand() this._lastCommand || this.modules.commandline.command,
set lastCommand(val) { this._lastCommand = val; },
/**