]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/UnauthorizedException.php
Merge pull request #7095 from annando/ap-connect
[friendica.git] / src / Network / HTTPException / UnauthorizedException.php
index a3015d412da0648e32dccdcf5bd905288582914d..eda1f071bc5d4f4677dd7e88eeb2d474c70b0b8f 100644 (file)
@@ -6,5 +6,5 @@ use Friendica\Network\HTTPException;
 
 class UnauthorizedException extends HTTPException
 {
-       var $httpcode = 401;
+       protected $code = 401;
 }