diff --git a/quickref.php b/quickref.php index f52867d87..8012fe490 100644 --- a/quickref.php +++ b/quickref.php @@ -38,7 +38,7 @@ while ( $entry=$d->read() ) { $functions[$entry] = $funcname; if (function_exists('similar_text') && $notfound) { - similar_text($funcname, $notfound, &$p); + similar_text($funcname, $notfound, $p); $temp[$entry] = $p; }