1
0
Fork 0

Always return false or a class name, fixes #1231

pull/1191/merge
Jordi Boggiano 2012-10-18 18:55:49 +02:00
parent e0ce22f7cc
commit 348ec26c91
1 changed files with 1 additions and 1 deletions

View File

@ -202,6 +202,6 @@ class ClassLoader
return $file;
}
$this->classMap[$class] = false;
return $this->classMap[$class] = false;
}
}