]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showapplication.php
add lat, lon, location and remove closing tag from geocode.php
[quix0rs-gnu-social.git] / actions / showapplication.php
index b21b994aa23af13f5f2db476f77d11652d8c3fd5..a6ff425c7c5f285c3becb776c012db2d1d2701df 100644 (file)
@@ -92,6 +92,7 @@ class ShowApplicationAction extends OwnerDesignAction
 
         if ($cur->id != $this->owner->id) {
             $this->clientError(_('You are not the owner of this application.'), 401);
+            return false;
         }
 
         return true;
@@ -264,7 +265,7 @@ class ShowApplicationAction extends OwnerDesignAction
         $this->elementEnd('dl');
 
         $this->element('p', 'note',
-            _('Note: We support hmac-sha1 signatures. We do not support the plaintext signature method.'));
+            _('Note: We support HMAC-SHA1 signatures. We do not support the plaintext signature method.'));
         $this->elementEnd('div');
 
         $this->elementStart('p', array('id' => 'application_action'));
@@ -324,4 +325,3 @@ class ShowApplicationAction extends OwnerDesignAction
     }
 
 }
-