diff options
| author | 2017-02-25 13:08:06 +0100 | |
|---|---|---|
| committer | 2017-02-25 13:08:06 +0100 | |
| commit | 0bd4b2c74204a2f9360816ab22aac0da4c459824 (patch) | |
| tree | c1d2bb58ee20fe0c840fa5d06eab1445da45ac1c /app/Controllers/userController.php | |
| parent | be2bf83e3c516a6f8f1822c879df8798e50e514b (diff) | |
Changelog 1423
Diffstat (limited to 'app/Controllers/userController.php')
| -rw-r--r-- | app/Controllers/userController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/userController.php b/app/Controllers/userController.php index 13a6fce67..593e24cf2 100644 --- a/app/Controllers/userController.php +++ b/app/Controllers/userController.php @@ -35,7 +35,7 @@ class FreshRSS_user_Controller extends Minz_ActionController { } /** - * The username is also used as folder name, and part of SQL table name. + * The username is also used as folder name, file name, and part of SQL table name. * '_' is a reserved internal username. */ const USERNAME_PATTERN = '[0-9a-zA-Z]|[0-9a-zA-Z_]{2,38}'; |
