From 61102622831b9287b803e311943c6c88656f7e33 Mon Sep 17 00:00:00 2001 From: "Laryn - CEDC.org" Date: Mon, 28 Aug 2017 11:29:15 -0500 Subject: [PATCH] #5: Fix warning --- conversions/end.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversions/end.inc b/conversions/end.inc index be3a66e..09d4d8d 100644 --- a/conversions/end.inc +++ b/conversions/end.inc @@ -44,7 +44,7 @@ function coder_upgrade_upgrade_end_alter($dirname) { $install_file = $module_path . $module_name . '.install'; if (!file_exists($install_file)) { // Create an install file. - $install_file = $module_path . $item['module'] . '.install'; + $install_file = $module_path . $module_name . '.install'; if (!file_exists($install_file)) { $result = file_put_contents($install_file, "