]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix typo in newnotice
authorEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 19:57:24 +0000 (15:57 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 19:57:24 +0000 (15:57 -0400)
there was a typo, and I removed it.

darcs-hash:20080517195724-84dde-9a5bbde2f8be89dbeaf255e6ae8c5f392af63c64.gz

actions/newnotice.php

index 96726fafbb966b97fbfc2145d0d94c4e739c0d3f..50d676eb50c659a8df1798b3a186d329770352a1 100644 (file)
@@ -29,7 +29,7 @@ class NewnoticeAction extends Action {
                        common_user_error(_t('Not logged in.'));
                } else if ($_SERVER['REQUEST_METHOD'] == 'POST') {
                        $id = $this->save_new_notice();
-#                      if ($id) {
+                       if ($id) {
                                common_broadcast_notices($id);
                                common_redirect(common_local_url('shownotice',
                                                                                                 array('notice' => $id)), 303);