Ver Fonte

Update Admin\Install page

Delete unnecessary variable.
Visman há 4 anos atrás
pai
commit
d649644bf7
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      app/Models/Pages/Admin/Install.php

+ 1 - 3
app/Models/Pages/Admin/Install.php

@@ -143,12 +143,10 @@ class Install extends Admin
             $this->fIswev = ['e', 'No styles'];
         }
 
-        $fIswev = $this->getAttr('fIswev');
-
         if (
             'POST' === $method
             && ! $changeLang
-            && empty($fIswev['e'])
+            && empty($this->fIswev['e'])
         ) { //????
             $v = $this->c->Validator->reset()
                 ->addValidators([