This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Espace de démonstration : oubli point virgule
prodstable
keun
7 years ago
parent
d92c188006
commit
d07adfb4c4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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()
;
}
}
}
Write
Preview
Loading…
Cancel
Save