]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
update to the en gb and us translations THX Andy H3
[friendica.git] / mod / videos.php
index 9e64321f3ed52d2bc295c9cbcfa0b1af54405f32..d8aac1821045ee20877a9bdd3949dcd87e11a9ba 100644 (file)
@@ -18,8 +18,6 @@ use Friendica\Model\Profile;
 use Friendica\Protocol\DFRN;
 use Friendica\Util\Security;
 
-require_once 'include/items.php';
-
 function videos_init(App $a)
 {
        if ($a->argc > 1) {
@@ -195,8 +193,6 @@ function videos_content(App $a)
                return;
        }
 
-       require_once 'include/conversation.php';
-
        if (empty($a->data['user'])) {
                notice(L10n::t('No videos selected') . EOL );
                return;