Skip to content

Commit

Permalink
fix php notice
Browse files Browse the repository at this point in the history
fixes #505
  • Loading branch information
Colinax committed May 26, 2021
1 parent 62a7cea commit de02735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wbce/admin/start/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
$template->set_var('DISPLAY_WARNING', 'display:none;');
}

$wbce_latest_release ='';

if (function_exists('curl_version') && (!defined('SHOW_UPDATE_INFO') || SHOW_UPDATE_INFO != false)) {
include WB_PATH . '/include/GitHubApiClient/GitHubApiClient.php';
$gitHubApiClient = new \Neoflow\GitHubApiClient();
Expand Down

0 comments on commit de02735

Please sign in to comment.