From: Evan Prodromou Date: Sat, 4 Oct 2008 17:01:36 +0000 (-0400) Subject: text -> content in newnotice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bdeba50c3488cfd79231eef319d5b3f17d486aea;p=quix0rs-gnu-social.git text -> content in newnotice darcs-hash:20081004170136-5ed1f-4eca2ee2c7ebb7f2d3c6b49ecd634a8ceee28054.gz --- diff --git a/actions/newnotice.php b/actions/newnotice.php index e8fa832a68..e80c03031d 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -52,7 +52,7 @@ class NewnoticeAction extends Action { $inter = new CommandInterpreter(); - $cmd = $inter->handle_command($user, $text); + $cmd = $inter->handle_command($user, $content); if ($cmd) { $cmd->execute(new WebChannel());