From 07b1f9c3af1660be45bca3664ebdf4393575b577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=BCtte?= Date: Mon, 28 Apr 2014 22:45:19 +0200 Subject: [PATCH] fix to M2 --- freifunk-versions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freifunk-versions.php b/freifunk-versions.php index 49f0629..f323c4a 100644 --- a/freifunk-versions.php +++ b/freifunk-versions.php @@ -84,7 +84,7 @@ function ff_hh_shortcode_versions( $atts, $content, $name ) { $hw = str_replace('-', ' ', $hw); $hw = str_replace('TP LINK TL ', 'TP-Link TL-', $hw); } elseif (!strncmp($hw, 'ubiquiti', 8)) { - $hw = str_replace('-m', ' M1', $hw); + $hw = str_replace('-m', ' M2', $hw); $hw = str_replace('-', ' ', $hw); $hw = ucwords($hw); }