Fatal typo in upgrade function fixed.
[fa-stable.git] / sql / alter2.3.php
index 053fa02568d01d96d2a09ce7c560b594a613211b..8cbb42c451014d543b9289ec4f96daf8098ca3c2 100644 (file)
@@ -287,7 +287,7 @@ class fa2_3 {
                {
                        if (isset($ext['title'])) // old type entry
                        {
-                               if ($ext['type'] == 'module')
+                               if ($ext['type'] == 'module') {
                                        $new['type'] = 'extension';
                                        $new['tabs'][] = array(
                                                'url' => $ext['filename'],