diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-04 13:01:36 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-04 13:01:36 -0400 |
commit | bdeba50c3488cfd79231eef319d5b3f17d486aea (patch) | |
tree | b197e4e09ddd21676d7992661a55fcd51beedf84 /actions/newnotice.php | |
parent | f072147e4e538b6851e3056fe9ff84952424c828 (diff) |
text -> content in newnotice
darcs-hash:20081004170136-5ed1f-4eca2ee2c7ebb7f2d3c6b49ecd634a8ceee28054.gz
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r-- | actions/newnotice.php | 2 |
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()); |