]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Merge pull request #6342 from annando/notices
[friendica.git] / mod / photos.php
index d1dffd4d058ef8ab892005fffb696546725aef6c..05943352ba327b3aa2a3bfb04cd552807ae8e275 100644 (file)
@@ -34,8 +34,6 @@ use Friendica\Util\Temporal;
 use Friendica\Util\Strings;
 use Friendica\Util\XML;
 
-require_once 'include/items.php';
-
 function photos_init(App $a) {
 
        if ($a->argc > 1) {
@@ -946,8 +944,6 @@ function photos_content(App $a)
                return;
        }
 
-       require_once 'include/conversation.php';
-
        if (empty($a->data['user'])) {
                notice(L10n::t('No photos selected') . EOL);
                return;