Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5383 Rev 6341
Línea 84... Línea 84...
84
        $currentUser = $currentUserPlugin->getUser();
84
        $currentUser = $currentUserPlugin->getUser();
Línea 85... Línea 85...
85
 
85
 
86
 
86
 
-
 
87
        $request = $this->getRequest();
-
 
88
        if ($request->isGet()) {
-
 
89
            $sandbox = $this->config['leaderslinked.runmode.sandbox'];
-
 
90
            if($sandbox) {
-
 
91
                $google_map_key  = $this->config['leaderslinked.google_map.sandbox_api_key'];
-
 
92
            } else {
Línea 87... Línea 93...
87
        $request = $this->getRequest();
93
                $google_map_key  = $this->config['leaderslinked.google_map.production_api_key'];
Línea 88... Línea 94...
88
        if ($request->isGet()) {
94
            }
89
 
95