setting the correct wrapper function name

This commit is contained in:
Travis Hegner
2015-06-29 13:59:37 -04:00
parent 2428313be3
commit e397753f53

View File

@ -191,7 +191,7 @@ function overlib_link($url, $text, $contents, $class)
if ($config['web_mouseover'] === FALSE) {
$output .= ">";
} else {
$output .= " onmouseover=\"return overlib('".$contents."'".$config['overlib_defaults']."); \" onmouseout=\"return nd();\">";
$output .= " onmouseover=\"return get_overlib('".$contents."'".$config['overlib_defaults']."); \" onmouseout=\"return nd();\">";
}
$output .= $text."</a>";