]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_notify.php
Merge remote-tracking branch 'upstream/develop' into 1706-lock
[friendica.git] / mod / dfrn_notify.php
index b42ef9b70a82cee1bc669945d2bd8c3c9fba0a27..44e016599e486862c0d4493499ba10e331838e33 100644 (file)
@@ -5,6 +5,9 @@
  * @brief The dfrn notify endpoint
  * @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf
  */
+
+use Friendica\App;
+
 require_once('include/items.php');
 require_once('include/dfrn.php');
 require_once('include/event.php');