@@ -75,7 +75,7 @@  | 
                                                    ||
| 75 | 75 | */  | 
                                                        
| 76 | 76 | public function getResponsibleRootPageIds($table, $uid)  | 
                                                        
| 77 | 77 |      { | 
                                                        
| 78 | - $cacheKey = 'rootpageids-' . $table . '-'.$uid;  | 
                                                        |
| 78 | + $cacheKey = 'rootpageids-' . $table . '-' . $uid;  | 
                                                        |
| 79 | 79 | $cacheResult = $this->siteRootsCache->get($cacheKey);  | 
                                                        
| 80 | 80 |          if ($cacheResult !== false) { | 
                                                        
| 81 | 81 | return $cacheResult;  |