X-Git-Url: https://reisub.nsupdate.info/git/?a=blobdiff_plain;f=src%2FBaseObject.php;h=9a2d064750b7d74ca13bc17fd2473323cf3298f8;hb=b07490266cbae0a052c01e8e54a2482fb45f469b;hp=4a6fa12d24b03ad18f4542114f1302d8a9e3573e;hpb=01b7a3976ff1a00700c429db43fcbdec7158abca;p=friendica.git%2F.git diff --git a/src/BaseObject.php b/src/BaseObject.php index 4a6fa12d24..9a2d064750 100644 --- a/src/BaseObject.php +++ b/src/BaseObject.php @@ -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; /**