code corrections
This commit is contained in:
parent
a1fcff67f2
commit
1f9b52f2bf
3 changed files with 4 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ function checkversion_run () {
|
|||
$checkurl = Config::get('system', 'check_new_version_url', 'none');
|
||||
|
||||
// check for new versions at all?
|
||||
if ( $checkurl == 'none' ) {
|
||||
if ($checkurl == 'none' ) {
|
||||
return;
|
||||
}
|
||||
$gitversion = dbesc(trim(fetch_url($checkurl)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue