]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Missing semi colon in showNotice class.
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 19 Apr 2014 20:20:45 +0000 (22:20 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 19 Apr 2014 20:20:45 +0000 (22:20 +0200)
actions/shownotice.php

index b72f39513ed8e11db4c463e5e0ca928bd5b97948..eb9ee17fabc41a3b3c98607224fa1f991eb76646 100644 (file)
@@ -219,7 +219,7 @@ class ShownoticeAction extends Action
         } else {
             if ($this->notice->is_local == Notice::REMOTE) {
                 try {
-                    $target = $this->notice->getUrl()
+                    $target = $this->notice->getUrl();
                     if ($target != $this->selfUrl()) {
                         common_redirect($target, 301);
                     }