Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Imangazaliev committed Oct 15, 2015
1 parent ce09558 commit 1e77eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DiDom/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public static function compile($expression, $type = self::TYPE_CSS)

if (array_key_exists($expression, static::$compiled)) {
$paths[] = static::$compiled[$expression];
continue;
}

static::$compiled[$expression] = static::cssToXpath($expression);
Expand Down

0 comments on commit 1e77eae

Please sign in to comment.