@@ -68,7 +68,7 @@ |
||
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | foreach ($rewriteElement->children() as $child) { |
| 71 | - $childDomElement = dom_import_simplexml($rewriteElement); |
|
| 71 | + $childDomElement = dom_import_simplexml($rewriteElement); |
|
| 72 | 72 | if (!$childDomElement) { |
| 73 | 73 | continue; |
| 74 | 74 | } |
@@ -21,4 +21,4 @@ |
||
| 21 | 21 | $application->setPharMode(true); |
| 22 | 22 | $application->run(); |
| 23 | 23 | |
| 24 | -__HALT_COMPILER(); |
|
| 24 | +__HALT_COMPILER(); |
|