From bdeba50c3488cfd79231eef319d5b3f17d486aea Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 4 Oct 2008 13:01:36 -0400 Subject: [PATCH] text -> content in newnotice darcs-hash:20081004170136-5ed1f-4eca2ee2c7ebb7f2d3c6b49ecd634a8ceee28054.gz --- actions/newnotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());