]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Typo.php
Merge pull request #12397 from HankG/fix-photo-get-without-scale-arg
[friendica.git] / src / Console / Typo.php
index 4414662e7f4b150d96f9fad4fb419d13d9c162b8..e21b394c06beb7f981294df042cbe4e310869256 100644 (file)
@@ -105,13 +105,6 @@ HELP;
                $files = glob('mod/*.php');
                $this->checkFiles($php_path, $files);
 
-               if ($this->getOption('v')) {
-                       $this->out('Directory: include');
-               }
-
-               $files = glob('include/*.php');
-               $this->checkFiles($php_path, $files);
-
                if ($this->getOption('v')) {
                        $this->out('Directory: addon');
                }