Skip to content

Commit

Permalink
Merge pull request #98 from wick-ed/0.5.8-beta
Browse files Browse the repository at this point in the history
reviewed with 0.5.8-beta7
  • Loading branch information
wick-ed committed Feb 5, 2014
2 parents 0093d35 + a31b4bd commit 84a0804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TechDivision/ApplicationServer/DbcClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ protected function createDefinitions(StructureMap $structureMap)
foreach ($structures as $structure) {

// Working on our own files has very weird side effects, so don't do it
if (strpos($structure->getIdentifier(), 'TechDivision\\PBC')) {
if (strpos($structure->getIdentifier(), 'TechDivision\PBC') !== false) {

continue;
}
Expand Down

0 comments on commit 84a0804

Please sign in to comment.