Files
FreshRSS/lib
Marien Fressinaud 877f5f539b fix: Test setupMigrations doesn't return false (#3113)
`file_put_contents` can return 0 if there’s nothing to write in the
`applied_migrations.txt` file, which is equivalent to `false`. Since
there are no migrations yet, this is what happens. Because this value
(i.e. `0`) is tested next in the `app/install.php` file, the install
script was failing.
2020-07-14 10:25:48 +02:00
..
2020-07-08 12:11:55 +02:00
2020-04-01 22:42:32 +02:00
2016-08-07 20:33:34 +02:00