X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fevents.php;h=876727608d033937ea542cefcd79570b3188d11b;hb=74479c4020499e6aa7866b5478366932b723c515;hp=60e7b9f39076bf40c7b361afc05ebe9e987b7d5b;hpb=be9db7f0604f77396c2c4ff0489b20036abf177c;p=friendica.git diff --git a/mod/events.php b/mod/events.php index 60e7b9f390..876727608d 100644 --- a/mod/events.php +++ b/mod/events.php @@ -3,6 +3,9 @@ * @file mod/events.php * @brief The events module */ + +use Friendica\App; + require_once 'include/bbcode.php'; require_once 'include/datetime.php'; require_once 'include/event.php';