Commit 13df9cae authored by Ashutosh Ahirwal's avatar Ashutosh Ahirwal Committed by Marcin Grabias
Browse files

Issue #3291932 by roberttabigue, Ashutosh Ahirwal: Found undefine variable

parent d696bfb4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ final class PathProcessor extends CacheCollector implements OutboundPathProcesso
  }

  public function processInbound($path, Request $request): string {
    $alias_info = NULL;
    if ($request === NULL || $this->recursiveCall) {
      return $path;
    }
@@ -219,7 +218,6 @@ final class PathProcessor extends CacheCollector implements OutboundPathProcesso
    $group_id = NULL;
    if ($args[1] === 'group' && \array_key_exists(2, $args) && \is_numeric($args[2])) {
      $group_id = $args[2];
      $group_base = '/group/' . $group_id;
    }

    if ($group_id === NULL) {