]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/NotModifiedException.php
The friendica constants have been moved to the app class
[friendica.git] / src / Network / HTTPException / NotModifiedException.php
index 431b2096a3c8dd58018f9dd6b4fd29e9b334903e..52b8dd482d8b1dba424010d8380121e0697ea681 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -25,6 +25,6 @@ use Friendica\Network\HTTPException;
 
 class NotModifiedException extends HTTPException
 {
-       protected $code = 304;
-       var $httpdesc   = 'Not Modified';
+       protected $code     = 304;
+       protected $httpdesc = 'Not Modified';
 }