Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 321 Rev 322
Línea 2872... Línea 2872...
2872
        $request = $this->getRequest();
2872
        $request = $this->getRequest();
2873
        $request = $this->getRequest();
2873
        $request = $this->getRequest();
2874
        if ($request->isGet()) {
2874
        if ($request->isGet()) {
Línea 2875... Línea 2875...
2875
            
2875
            
2876
            $items = [];
-
 
2877
            $search = Functions::sanitizeFilterString($this->params()->fromQuery('search'));
-
 
2878
            if(strlen($search) >= 3) {
2876
            $items = [];
2879
            
2877
 
2880
                $currentUserPlugin = $this->plugin('currentUserPlugin');
2878
                $currentUserPlugin = $this->plugin('currentUserPlugin');
Línea 2910... Línea 2908...
2910
    
2908
    
2911
                            
2909
                            
2912
                        ]);
2910
                        ]);
2913
                    }
2911
                    }
Línea 2914... Línea 2912...
2914
                }
2912
                }
2915
            } 
2913
 
2916
            
2914