Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7583 Rev 7815
Línea 104... Línea 104...
104
                    $user_profile_url = $this->config['leaderslinked.frontend.production_user_profile'];
104
                    $user_profile_url = $this->config['leaderslinked.frontend.production_user_profile'];
105
                }
105
                }
Línea 106... Línea 106...
106
 
106
 
107
 
107
 
Línea 108... Línea 108...
108
 
108
 
109
                $search = $this->params()->fromQuery('search', []);
109
                $search = $this->params()->fromQuery('search');
110
                $search = empty($search['value']) ? '' : filter_var($search['value'], FILTER_SANITIZE_STRING);
110
                $search = empty($search) ? '' : filter_var($search, FILTER_SANITIZE_STRING);
111
 
111