Skip to content
Snippets Groups Projects
Commit eaa48e90 authored by alangrafu's avatar alangrafu
Browse files

Merge branch 'hotfixes'

parents 600b75c7 89876bad
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ class Utils{
$handle = opendir('.');
while (false !== ($modelFile = readdir($handle))) {
if($modelFile != "." && $modelFile != ".."){
if($modelFile != "." && $modelFile != ".." && strpos($modelFile, ".") !== 0){
if(is_dir($modelFile)){
//Save it for later, after all the queries in the current directory has been resolved
$subDirs[]=$modelFile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment