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