]> git.mxchange.org Git - friendica.git/blobdiff - include/event.php
Move App to src
[friendica.git] / include / event.php
index 64b1ebddc3c4a4008ce11e2f4c82c5050063622a..afb8ea755bc8bc04649a4802c08005ac7a6dd3a4 100644 (file)
@@ -4,6 +4,8 @@
  * @brief functions specific to event handling
  */
 
+use Friendica\App;
+
 require_once 'include/bbcode.php';
 require_once 'include/map.php';
 require_once 'include/datetime.php';
@@ -535,7 +537,7 @@ function get_event_strings() {
  *
  * @param array $dates Array of possibly duplicated events
  * @return array Cleaned events
- * 
+ *
  * @todo We should replace this with a separate update function if there is some time left
  */
 function event_remove_duplicates($dates) {