summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
diff options
context:
space:
mode:
authorMike Cochrane <mikec@mikenz.geek.nz>2008-07-13 00:46:08 -0400
committerMike Cochrane <mikec@mikenz.geek.nz>2008-07-13 00:46:08 -0400
commit834c21b2aaf78da1081416d05098286e9bf17c2a (patch)
treea57182952d58f659dd0e950e886f9f62be305f7c /actions/newnotice.php
parent464e70ac5dd85cc55e33c6e1f4a9eed797362a7d (diff)
Merge some gettext strings to one line so translation tools are happier
darcs-hash:20080713044608-533db-ee16aecee9b6d82b22ce6a25f6a9573c23eee9f8.gz
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r--actions/newnotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php
index 107665fb7..a98829cd8 100644
--- a/actions/newnotice.php
+++ b/actions/newnotice.php
@@ -54,7 +54,7 @@ class NewnoticeAction extends Action {
}
$notice->rendered = common_render_content($notice->content, $notice);
-
+
$id = $notice->insert();
if (!$id) {