Browse Source

Espace de démonstration : oubli point virgule

prodstable
keun 7 years ago
parent
commit
d07adfb4c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/CronController.php

+ 1
- 1
backend/controllers/CronController.php View File

@@ -131,7 +131,7 @@ class CronController extends BackendController
$u->password_hash = '$2y$13$2D5T3Eo0pySmtlAuEGcfmOdTR5mleog8Y6YPGhop/ych6pbj6aN2y' ;
}
$u->save()
$u->save();
}
}
}

Loading…
Cancel
Save