]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Remove references to include/datetime
[friendica.git] / mod / wall_attach.php
index 30bc9641f7893b89fcbf21a65d68ce1257f64de4..07092cf180f8163ca1b4812bf7cd8ade8fbd4604 100644 (file)
@@ -10,8 +10,6 @@ use Friendica\Database\DBM;
 use Friendica\Util\DateTimeFormat;
 use Friendica\Util\Mimetype;
 
-require_once 'include/datetime.php';
-
 function wall_attach_post(App $a) {
 
        $r_json = (x($_GET,'response') && $_GET['response']=='json');