]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
text -> content in newnotice
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Oct 2008 17:01:36 +0000 (13:01 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Oct 2008 17:01:36 +0000 (13:01 -0400)
darcs-hash:20081004170136-5ed1f-4eca2ee2c7ebb7f2d3c6b49ecd634a8ceee28054.gz

actions/newnotice.php

index e8fa832a6888fd9b0170a6e25bd1989e70e8998a..e80c03031d9b65ef596b46dc5d12761ac4655c39 100644 (file)
@@ -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());