We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74840c commit 52b61ecCopy full SHA for 52b61ec
lib/autoload/sfAutoloadAgain.class.php
@@ -69,7 +69,7 @@ public function autoload($class)
69
{
70
foreach ($autoloads as $position => $autoload)
71
72
- if ($this === $autoload[0])
+ if (is_array($autoload) && $this === $autoload[0])
73
74
break;
75
}
0 commit comments