Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12023 Rev 12024
Línea 189... Línea 189...
189
        $request = $this->getRequest();
189
        $request = $this->getRequest();
190
        $currentUserPlugin = $this->plugin('currentUserPlugin');
190
        $currentUserPlugin = $this->plugin('currentUserPlugin');
191
        $currentCompany = $currentUserPlugin->getCompany();
191
        $currentCompany = $currentUserPlugin->getCompany();
192
        $currentUser = $currentUserPlugin->getUser();
192
        $currentUser = $currentUserPlugin->getUser();
193
        $actual_date = strtotime(date("Y-m-d"));
193
        $actual_date = strtotime(date("Y-m-d"));
-
 
194
        return new JsonModel([
-
 
195
            'success' => false,
-
 
196
            'data' => $actual_date
194
 
197
        ]);
195
        $request = $this->getRequest();
198
        $request = $this->getRequest();
Línea 196... Línea 199...
196
 
199
 
Línea 197... Línea 200...
197
        if ($request->isPost()) {
200
        if ($request->isPost()) {