|
@@ -15,8 +15,9 @@ |
|
|
block discarded – undo |
|
15
|
15
|
} |
|
16
|
16
|
|
|
17
|
17
|
public function find($path, $default=null, $delimiter='.') { |
|
18
|
|
- if ($this->pathStartsWithConfig($path, $delimiter)) |
|
19
|
|
- return $this->evalSubPath($path, $delimiter, $default); |
|
|
18
|
+ if ($this->pathStartsWithConfig($path, $delimiter)) { |
|
|
19
|
+ return $this->evalSubPath($path, $delimiter, $default); |
|
|
20
|
+ } |
|
20
|
21
|
|
|
21
|
22
|
return $this->get($this->getFirstToken($path, $delimiter), $default); |
|
22
|
23
|
} |
Please login to merge, or discard this patch.