mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +02:00
Attempt fix for issue processwire/processwire-issues#1867
This commit is contained in:
@@ -430,6 +430,7 @@ class ModulesFiles extends ModulesClass {
|
||||
while($row = $query->fetch(\PDO::FETCH_ASSOC)) {
|
||||
|
||||
$class = $row['class'];
|
||||
if(strpos($class, '.') === 0) continue;
|
||||
|
||||
$file = $this->getModuleFile($class, array('fast' => true));
|
||||
|
||||
|
Reference in New Issue
Block a user