From: Evan Prodromou Date: Sat, 4 Oct 2008 17:36:09 +0000 (-0400) Subject: typo in message command X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=adc08e9df57461f2fc36d08cd3b92b6867895eed;p=quix0rs-gnu-social.git typo in message command darcs-hash:20081004173609-5ed1f-e5c7fe78c409e9e073634c0bb5ede0f6d46e2f4f.gz --- diff --git a/classes/Command.php b/classes/Command.php index 3a64e2fdaf..dbfe3b7be6 100644 --- a/classes/Command.php +++ b/classes/Command.php @@ -180,7 +180,7 @@ class MessageCommand extends Command { function __construct($user, $other, $text) { parent::__construct($user); $this->other = $other; - $this->text = $other; + $this->text = $text; } function execute($channel) {