merge commit

This commit is contained in:
robvde 2012-10-26 12:13:16 +04:00
commit 5f68011de2
6 changed files with 103 additions and 76 deletions

View file

@ -100,6 +100,12 @@ namespace WebsitePanel.Portal
ShowErrorMessage("GALLERY_APP_DOWNLOAD_FAILED");
isSuccess = false;
break;
case GalleryWebAppStatus.UnauthorizedAccessException:
ShowErrorMessage("GALLERY_APP_UNAUTHORIZEDACCESSEXCEPTION");
isSuccess = false;
break;
}
}
catch(Exception ex)