]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseObject.php
Add additional check for $links in Probe
[friendica.git] / src / BaseObject.php
index 4a6fa12d24b03ad18f4542114f1302d8a9e3573e..9a2d064750b7d74ca13bc17fd2473323cf3298f8 100644 (file)
@@ -4,7 +4,7 @@
  */
 namespace Friendica;
 
-require_once 'boot.php';
+require_once __DIR__ . '/../boot.php';
 
 use Friendica\Network\HTTPException\InternalServerErrorException;
 
@@ -15,6 +15,9 @@ use Friendica\Network\HTTPException\InternalServerErrorException;
  */
 class BaseObject
 {
+       /**
+        * @var App
+        */
        private static $app = null;
 
        /**