Forráskód Böngészése

Wrong variable in commit 9b3b6cd63d1cf4580a515b314008a0fda5813f29

Signed-off-by: emanuele <[email protected]>
emanuele 11 éve
szülő
commit
c1d5e3944d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Sources/ManageSettings.php

+ 1 - 1
Sources/ManageSettings.php

@@ -2420,7 +2420,7 @@ function get_integration_hooks_data($start, $per_page, $sort)
 							$function = $function[1];
 						}
 						else
-							$function = $function_o;
+							$function = $hook_name;
 						$function = explode(':', $function);
 						$function = $function[0];