Commit 70c8f988858acbb435992966487848d976d6e167
1 parent
776ed4be
Trim the version from docs/VERSION.txt
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3319 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
config/dmsDefaults.php
| ... | ... | @@ -362,7 +362,7 @@ if ($i18nLoaded === false) { |
| 362 | 362 | } |
| 363 | 363 | } |
| 364 | 364 | |
| 365 | -$default->systemVersion = file_get_contents(KT_DIR . '/docs/VERSION.txt'); | |
| 365 | +$default->systemVersion = trim(file_get_contents(KT_DIR . '/docs/VERSION.txt')); | |
| 366 | 366 | $default->lastDatebaseVersion = '2.0.2'; |
| 367 | 367 | |
| 368 | 368 | $KTInit->cleanGlobals(); | ... | ... |