diff --git a/akamai.admin.inc b/akamai.admin.inc
index e24d554..f369c4d 100644
--- a/akamai.admin.inc
+++ b/akamai.admin.inc
@@ -141,7 +141,7 @@ function akamai_cache_control_submit($form, &$form_state) {
     drupal_set_message($message);
   }
   else {
-    drupal_set_message( t("There was a problem with your cache control request.  Check your log messages for more information.", array(), 'error') );
+    drupal_set_message(t("There was a problem with your cache control request.  Check your log messages for more information."), 'error');
   }
 }
 
