Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6749 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6749 Rev 6849
Línea 21... Línea 21...
21
        
21
        
22
        $config = array_filter($config, function($k) {
22
        $config = array_filter($config, function($k) {
23
            return strpos($k, 'leaderslinked.') !== false;
23
            return strpos($k, 'leaderslinked.') !== false;
Línea 24... Línea -...
24
        }, ARRAY_FILTER_USE_KEY);
-
 
-
 
24
        }, ARRAY_FILTER_USE_KEY);
Línea 25... Línea 25...
25
        
25
        
26
        $cache = CacheImpl::getInstance($config);
26
        
27
            
27
            
28
        return new ChatController($db, $cache, $log, $config);
28
        return new ChatController($db, $log, $config);