Skip to content

Commit 49970b1

Browse files
committed
Fix typo
1 parent e3156d4 commit 49970b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExplainResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct($text, &$client = null)
3131

3232
$this->indexes = array();
3333

34-
$explain = $this->response->first('/srw:explainResponse/srw:record/sru:recordData/exp:explain');
34+
$explain = $this->response->first('/srw:explainResponse/srw:record/srw:recordData/exp:explain');
3535
if (!$explain) return;
3636

3737
$serverInfo = $explain->first('exp:serverInfo');

0 commit comments

Comments
 (0)