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