diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-08-12 09:05:21 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-08-12 09:05:21 +0200 |
commit | 930334cd6d486843b536412391a549815efd038e (patch) | |
tree | 485eeecc3bd3db3613d47de25662d5c9163e4afe /app/check.php | |
parent | fedaf005377e6d62ff0986f7f54afef3287a6451 (diff) | |
parent | 2686457448372543fdf4f1fc54c4fd20f0f02c2c (diff) | |
download | wallabag-930334cd6d486843b536412391a549815efd038e.tar.gz wallabag-930334cd6d486843b536412391a549815efd038e.tar.zst wallabag-930334cd6d486843b536412391a549815efd038e.zip |
Merge pull request #1297 from wallabag/v2-estimated-time
store estimated reading time in database (#393)
Diffstat (limited to 'app/check.php')
-rw-r--r-- | app/check.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/check.php b/app/check.php index 90bad4a7..60ae0a8b 100644 --- a/app/check.php +++ b/app/check.php | |||
@@ -42,9 +42,9 @@ foreach ($symfonyRequirements->getRecommendations() as $req) { | |||
42 | } | 42 | } |
43 | 43 | ||
44 | if ($checkPassed) { | 44 | if ($checkPassed) { |
45 | echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects', true); | 45 | echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects'); |
46 | } else { | 46 | } else { |
47 | echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects', true); | 47 | echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects'); |
48 | 48 | ||
49 | echo_title('Fix the following mandatory requirements', 'red'); | 49 | echo_title('Fix the following mandatory requirements', 'red'); |
50 | 50 | ||