diff options
Diffstat (limited to 'actions/newmessage.php')
-rw-r--r-- | actions/newmessage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newmessage.php b/actions/newmessage.php index 67695210e..da48fc7e7 100644 --- a/actions/newmessage.php +++ b/actions/newmessage.php @@ -122,7 +122,7 @@ class NewmessageAction extends Action { array($this, 'show_top')); if ($msg) { - common_element('p', 'error', $msg); + common_element('p', array('id'=>'error'), $msg); } common_show_footer(); |