diff --git a/inc/html.php b/inc/html.php index 01a796bf73fba45306f05d2a7ee29574f22d7b42..5eaa06d8b4a3783e38cc0a4fa063bf3f64b1dd61 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1027,7 +1027,10 @@ function html_updateprofile(){ <input type="password" name="oldpass" class="edit" size="50" /> </label><br /> <?php } ?> - + <?php //bad and dirty event insert hook + $evdata = array(); + trigger_event('HTML_PROFILEFORM_INJECTION', $evdata); + ?> <input type="submit" class="button" value="<?php echo $lang['btn_save']?>" /> <input type="reset" class="button" value="<?php echo $lang['btn_reset']?>" /> </fieldset>