@@ 277-280 (lines=4) @@ | ||
274 | $this->nextAsHandlers = null; |
|
275 | } |
|
276 | ||
277 | if (strpos($query, '::') !== false) |
|
278 | { |
|
279 | list($group, $query) = explode('::', $query); |
|
280 | } |
|
281 | ||
282 | if ( ! isset($this->paths[$group])) |
|
283 | { |
|
@@ 401-404 (lines=4) @@ | ||
398 | $this->nextAsHandlers = null; |
|
399 | } |
|
400 | ||
401 | if (strpos($query, '::') !== false) |
|
402 | { |
|
403 | list($group, $query) = explode('::', $query); |
|
404 | } |
|
405 | ||
406 | if ( ! isset($this->paths[$group])) |
|
407 | { |