]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/OKException.php
Merge pull request #10956 from annando/escapetags
[friendica.git] / src / Network / HTTPException / OKException.php
index 7c60c9a1bb109507ee204786cc6ce33d6046107c..5daa199a94ceaf1b05899bed2201361174ad6d0e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -25,5 +25,6 @@ use Friendica\Network\HTTPException;
 
 class OKException extends HTTPException
 {
-       protected $code = 200;
+       protected $code     = 200;
+       protected $httpdesc = 'OK';
 }