diff --git a/ChangeLog b/ChangeLog index 782528daae8..af36d13e56a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -246,7 +246,7 @@ Following changes may create regressions for some external modules, but were nec * The method select_thirdparty(), deprecated since 3.8, into html.form.class.php has been removed. * Depreciate all methods with name ->valide(). Use instead methods ->validate(). * Function showStripePaymentUrl, getStripePaymentUrl, showPaypalPaymentUrl and getPaypalPaymentUrl has been removed. The generic one showOnlinePaymentUrl and getOnlinePaymentUrl are always used. - +* Context for hook showSocinfoOnPrint has been moved from "showsocinfoonprint" to "main" ***** ChangeLog for 12.0.3 compared to 12.0.2 ***** FIX: 10.0 - when the mime file name is different from the filesystem name, the attachment name should be the mime filename diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 81f560d662c..18c49b76881 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1591,7 +1591,7 @@ function top_menu($head, $title = '', $target = '', $disablejs = 0, $disablehead $searchform = ''; $bookmarks = ''; - // Instantiate hooks of thirdparty module + // Instantiate hooks for external modules $hookmanager->initHooks(array('toprightmenu')); $toprightmenu = ''; @@ -2429,7 +2429,7 @@ function left_menu($menu_array_before, $helppagename = '', $notused = '', $menu_ if (empty($conf->dol_hide_leftmenu) && (!defined('NOREQUIREMENU') || !constant('NOREQUIREMENU'))) { - // Instantiate hooks of thirdparty module + // Instantiate hooks for external modules $hookmanager->initHooks(array('searchform', 'leftblock')); print "\n".''."\n".'