Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2_Queries.php |
— | — | @@ -609,7 +609,7 @@ |
610 | 610 | ' FROM ' . $this->m_hierarchies[$values], |
611 | 611 | 'SMW::executeQueries'); |
612 | 612 | wfProfileOut("SMWSQLStore2Queries::executeQueries-hierarchy-$query->type (SMW)"); |
613 | | - break; |
| 613 | + return; |
614 | 614 | } |
615 | 615 | |
616 | 616 | /// NOTE: we use two helper tables. One holds the results of each new iteration, one holds the |