Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5685 Rev 11273
Línea 217... Línea 217...
217
    {
217
    {
218
        $currentUserPlugin = $this->plugin('currentUserPlugin');
218
        $currentUserPlugin = $this->plugin('currentUserPlugin');
219
        $currentUser = $currentUserPlugin->getUser();
219
        $currentUser = $currentUserPlugin->getUser();
Línea 220... Línea 220...
220
 
220
 
221
        $request = $this->getRequest();
221
        $request = $this->getRequest();
Línea 222... Línea 222...
222
        $uuid = $this->params()->fromRoute('uuid');
222
        $uuid = $this->params()->fromRoute('id');
223
 
223
 
224
 
224
 
Línea 308... Línea 308...
308
    {
308
    {
309
        $currentUserPlugin = $this->plugin('currentUserPlugin');
309
        $currentUserPlugin = $this->plugin('currentUserPlugin');
310
        $currentUser = $currentUserPlugin->getUser();
310
        $currentUser = $currentUserPlugin->getUser();
Línea 311... Línea 311...
311
 
311
 
312
        $request = $this->getRequest();
312
        $request = $this->getRequest();
Línea 313... Línea 313...
313
        $uuid = $this->params()->fromRoute('uuid');
313
        $uuid = $this->params()->fromRoute('id');
314
 
314
 
315
        if (!$uuid) {
315
        if (!$uuid) {
316
            $data = [
316
            $data = [