]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
if user allows location sharing but turned off browser location use profile location
[quix0rs-gnu-social.git] / actions / public.php
index 50278bfcedab55a80c9fe2c2ed359ad79399e727..0b3b5fde846fd23b2cbb4aedcce78e25f71363a8 100644 (file)
@@ -94,6 +94,7 @@ class PublicAction extends Action
         }
 
         if($this->page > 1 && $this->notice->N == 0){
+            // TRANS: Server error when page not found (404)
             $this->serverError(_('No such page'),$code=404);
         }