diff --git a/include/application.php b/include/application.php index d5f26d3..6cf19bf 100644 --- a/include/application.php +++ b/include/application.php @@ -119,7 +119,7 @@ class Application { function create() { if(!$_SESSION['current']->canCreateApplication()) - return; + return false; $hResult = query_parameters("INSERT INTO appFamily (appName, description, ". "keywords, webPage, vendorId, catId, ".