diff options
Diffstat (limited to 'frontends/php/include/classes')
| -rw-r--r-- | frontends/php/include/classes/ctag.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/classes/ctag.inc.php b/frontends/php/include/classes/ctag.inc.php index abc6bd4b..b2407d63 100644 --- a/frontends/php/include/classes/ctag.inc.php +++ b/frontends/php/include/classes/ctag.inc.php @@ -226,6 +226,8 @@ function SetHint($text, $width='', $class='') { + if(empty($text)) return false; + insert_showhint_javascript(); $text = unpack_object($text); |
