From d84e4b0e38ab99d1f1426c8ea664eb92817dd39d Mon Sep 17 00:00:00 2001 From: Martin Schuette Date: Sun, 25 May 2014 20:33:39 +0000 Subject: [PATCH] bugfix --- freifunk-versions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freifunk-versions.php b/freifunk-versions.php index 75689a0..c4ee2c3 100644 --- a/freifunk-versions.php +++ b/freifunk-versions.php @@ -100,7 +100,7 @@ function ff_hh_shortcode_versions( $atts, $content, $name ) { $hw = str_replace('TP LINK TL ', 'TP-Link TL-', $hw); } elseif (!strncmp($hw, 'ubiquiti', 8)) { if ($grep) $hw = str_replace($grep, '', $hw); - $hw = str_replace('ubiquiti-bullet-m', 'ubiquiti-bullet-m / nanostation-loco-m', $hw); + $hw = str_replace('bullet-m', 'bullet-m / nanostation-loco-m', $hw); $hw = str_replace('-m', ' M2', $hw); $hw = str_replace('-', ' ', $hw); $hw = ucwords($hw);