diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 01a796bf7..5eaa06d8b 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> |