diff options
Diffstat (limited to 'lib/class/browse.class.php')
-rw-r--r-- | lib/class/browse.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index 7b8a75d9..5feaefde 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -103,6 +103,7 @@ class Browse extends Query { ${$class_name} = new $class_name($id); } + $match = ''; // Format any matches we have so we can show them to the masses if ($filter_value = $this->get_filter('alpha_match')) { $match = ' (' . $filter_value . ')'; |