@@ -28,7 +28,7 @@ |
||
28 | 28 | if(!empty($adapter)) |
29 | 29 | $this->adapter = $adapter; |
30 | 30 | else |
31 | - $this->adapter = GlobalAdapterFeature::getStaticAdapter(); |
|
31 | + $this->adapter = GlobalAdapterFeature::getStaticAdapter(); |
|
32 | 32 | |
33 | 33 | $this->updateContext(); |
34 | 34 | } |