X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=eaa7295e26cd8e565e8097410a749c2bf11c4df4;hb=871f182414c6837cc45753b8bc28cd7e467b5c17;hp=c9b7f34d72ac14719dad0db5d567f08a085df060;hpb=04c31d194f07e3b7a39ab7c8d5690da840c11fb7;p=friendica.git diff --git a/index.php b/index.php index c9b7f34d72..eaa7295e26 100644 --- a/index.php +++ b/index.php @@ -13,8 +13,10 @@ */ require_once('boot.php'); +require_once('object/BaseObject.php'); $a = new App; +BaseObject::set_app($a); /** *