Commit e1c921a2 by Mark

filter fix

parent 27118cd2
......@@ -136,7 +136,7 @@ class FixtureController extends Controller
return;
}
$fixtures = array_diff($fixtures, $except);
$fixtures = array_diff($foundFixtures, $except);
$this->getFixtureManager()->basePath = $this->fixturePath;
$this->getFixtureManager()->db = $this->db;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment