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