@@ -21,7 +21,7 @@ |
||
21 | 21 | public function ShareThisSimpleProvider() |
22 | 22 | { |
23 | 23 | $owner = $this->getOwner(); |
24 | - if (! isset(self::$_share_this_simple_provider[$owner->ID])) { |
|
24 | + if (!isset(self::$_share_this_simple_provider[$owner->ID])) { |
|
25 | 25 | self::$_share_this_simple_provider[$owner->ID] = ShareThisSimpleProvider::create($this->owner); |
26 | 26 | } |
27 | 27 |