diff --git a/Lemacs/Utilities/NSError+LEPresenting.m b/Lemacs/Utilities/NSError+LEPresenting.m index e29dedc..addc9aa 100644 --- a/Lemacs/Utilities/NSError+LEPresenting.m +++ b/Lemacs/Utilities/NSError+LEPresenting.m @@ -34,6 +34,7 @@ - (IBAction)present; NSString *localizedCancelButtonTitle = NSLocalizedString(@"OK", @"Generic error button title"); UIAlertView *errorAlert = [[UIAlertView alloc] initWithTitle:localizedTitle message:localizedMessage delegate:nil cancelButtonTitle:localizedCancelButtonTitle otherButtonTitles:nil]; + [errorAlert show]; }