]> git.mxchange.org Git - friendica.git/commitdiff
Update util/typo.php to check in to 'object' folder
authorFabrixxm <fabrix.xm@gmail.com>
Thu, 20 Sep 2012 07:32:42 +0000 (09:32 +0200)
committerFabrixxm <fabrix.xm@gmail.com>
Thu, 20 Sep 2012 07:32:42 +0000 (09:32 +0200)
util/typo.php

index bb2fc67c9f687ccfc21a1c5b55e3e08c8f507829..a8055c84184317ba3d51f564938f959b38b93211 100644 (file)
                echo $file . "\n";
                include_once($file);
        }
+    
+    echo "Directory: object\n";
+       $files = glob('object/*.php');
+       foreach($files as $file) {
+               echo $file . "\n";
+               include_once($file);
+       }
 
        echo "Directory: addon\n";
        $dirs = glob('addon/*');