diff --git a/include/util.php b/include/util.php index b8551a3..69ec102 100644 --- a/include/util.php +++ b/include/util.php @@ -671,6 +671,7 @@ function process_app_version_changes($isVersion) if ($bAppChanged) { $sEmail = get_notify_email_address_list($_REQUEST['appId']); + $oApp = new Application($_REQUEST['appId']); if($sEmail) { if($isVersion) @@ -705,4 +706,4 @@ function perform_search_and_output_results($search_words) outputSearchTableForhResult($search_words, $hResult); } -?> \ No newline at end of file +?>