diff --git a/phpids.install b/phpids.install
index b34c86d..b60edde 100644
--- a/phpids.install
+++ b/phpids.install
@@ -14,7 +14,7 @@
  */
 function phpids_requirements($phase) {
   $t = get_t();
-  
+  $requirements = array();  
   if ($phase == 'install') {
     $requirements['phpids'] = array(
       'title' => $t('PHPIDS'),  
@@ -128,4 +128,4 @@ switch (substr(VERSION, 0, 1)) {
   case '7':
     require_once('phpids.update7.inc');
     break;
-}
\ No newline at end of file
+}
