From 2d0e962263a192a07ba3ca031402d8804e45d555 Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Wed, 5 Oct 2022 14:02:24 -0600 Subject: [PATCH] update included filename --- activitypub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitypub.php b/activitypub.php index e121a5c..fd27972 100644 --- a/activitypub.php +++ b/activitypub.php @@ -30,7 +30,7 @@ function init() { require_once \dirname( __FILE__ ) . '/includes/class-signature.php'; require_once \dirname( __FILE__ ) . '/includes/peer/class-followers.php'; require_once \dirname( __FILE__ ) . '/includes/functions.php'; - require_once \dirname( __FILE__ ) . '/includes/class-migrate.php'; + require_once \dirname( __FILE__ ) . '/includes/class-tools.php'; require_once \dirname( __FILE__ ) . '/includes/model/class-activity.php'; require_once \dirname( __FILE__ ) . '/includes/model/class-post.php';