@@ -99,7 +99,7 @@ |
||
| 99 | 99 | $oid = spl_object_hash($user); |
| 100 | 100 | if (isset($this->lazyValueCache[$oid])) { |
| 101 | 101 | if (isset($this->lazyValueCache[$oid][$property])) { |
| 102 | - return $this>$this->lazyValueCache[$oid][$property]; |
|
| 102 | + return $this > $this->lazyValueCache[$oid][$property]; |
|
| 103 | 103 | } |
| 104 | 104 | } else { |
| 105 | 105 | $this->lazyValueCache[$oid] = array(); |