Semantics.

This commit is contained in:
Lars Jung 2014-06-01 22:26:11 +02:00
parent 9269bd6898
commit 42a3beb0b2
3 changed files with 10 additions and 10 deletions

View file

@ -142,7 +142,7 @@ class App {
return false;
}
foreach ($this->options["view"]["indexFiles"] as $name) {
foreach ($this->options["view"]["unmanaged"] as $name) {
if (file_exists($path . "/" . $name)) {
return false;
}