diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-08 07:51:19 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-08 07:51:19 +0000 |
commit | ac8199a09a810277624c93fd82e49d2250ae0461 (patch) | |
tree | f0a55bbcebf37995af899170aa3a22328c2a44c6 | |
parent | 418c0aab69a72da512646541be2d88a866cb9fdb (diff) |
Tell users to install the user module before installing auth.
-rw-r--r-- | core/views/welcome_syscheck.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/views/welcome_syscheck.html.php b/core/views/welcome_syscheck.html.php index 63919c73..8eed89de 100644 --- a/core/views/welcome_syscheck.html.php +++ b/core/views/welcome_syscheck.html.php @@ -48,7 +48,12 @@ </td> </tr> <? endforeach; ?> + <tr> + </tr> </table> + <p> + <i><b>Note</b>: install the user module before installing the auth module!</i> + </p> <? endif; ?> </div> <? endif ?> |