Fix error

This commit is contained in:
Barry vd. Heuvel
2014-08-09 23:03:31 +02:00
parent 97a16c9ca4
commit b80db2cebf
+1 -1
View File
@@ -184,7 +184,7 @@ class Alias
//If it doesn't exist, skip it //If it doesn't exist, skip it
if (!class_exists($root) && !interface_exists($root)) { if (!class_exists($root) && !interface_exists($root)) {
$this->error("Class $this->root is not found."); $this->error("Class $root is not found.");
return; return;
} }