Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8390 Rev 8394
Línea 141... Línea 141...
141
    }
141
    }
Línea 142... Línea 142...
142
    
142
    
143
    
143
    
-
 
144
    public function commentAction()
-
 
145
    {
-
 
146
        $response = [
-
 
147
            'success' => false,
-
 
148
            'data' => 'ERROR_UNsadsadAUTHORIZED'
-
 
149
        ];
144
    public function commentAction()
150
        return new JsonModel($response);
145
    {
151
 
146
        $currentUserPlugin = $this->plugin('currentUserPlugin');
152
        $currentUserPlugin = $this->plugin('currentUserPlugin');