diff --git a/include/application.php b/include/application.php index beba629..9bab415 100644 --- a/include/application.php +++ b/include/application.php @@ -203,7 +203,7 @@ class Application { $sWhatChanged .= "Keywords were changed from\n ".$oApp->sKeywords."\n to \n".$this->sKeywords.".\n\n"; } - if ($this->sWebpage && ($this->sWebpage!=$oApp->sWebpage)) + if ($this->sWebpage!=$oApp->sWebpage) { if (!query_parameters("UPDATE appFamily SET webPage = '?' WHERE appId = '?'", $this->sWebpage, $this->iAppId))