diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/newnotice.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 3c336d3b0..0c1ad9523 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -50,7 +50,6 @@ class NewnoticeAction extends Action { if (!$content) { $this->show_form(_('No content!')); return; -// } else if (mb_strlen($content) > 140) { } else { $content = common_shorten_links($content); |