summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-10-04 13:01:36 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-10-04 13:01:36 -0400
commitbdeba50c3488cfd79231eef319d5b3f17d486aea (patch)
treeb197e4e09ddd21676d7992661a55fcd51beedf84 /actions
parentf072147e4e538b6851e3056fe9ff84952424c828 (diff)
text -> content in newnotice
darcs-hash:20081004170136-5ed1f-4eca2ee2c7ebb7f2d3c6b49ecd634a8ceee28054.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/newnotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php
index e8fa832a6..e80c03031 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());