mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 11:28:41 +01:00
Fixed bug particularly effecting new installations
This commit is contained in:
parent
99979ea41c
commit
c13ce6a35c
@ -22,7 +22,7 @@
|
||||
}
|
||||
|
||||
if(!isset($__version))
|
||||
$__version = trim(file_get_contents('.installed'));
|
||||
$__version = file_exists('.installed') ? trim(file_get_contents('.installed')) : false;
|
||||
$config['version'] = $__version;
|
||||
|
||||
if($config['debug']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user