Removes double semicolon
authorMatthias Schmidt <gravatronics@live.com>
Thu, 12 Sep 2013 08:09:52 +0000 (10:09 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 12 Sep 2013 08:09:52 +0000 (10:09 +0200)
wcfsetup/install/files/lib/system/cli/command/ImportCLICommand.class.php

index 54d1412814cd8f3d9e354e823e4ea790a5374905..c5edaf5b8d31e795590c6e8cba78ef6dc191130e 100644 (file)
@@ -278,7 +278,7 @@ class ImportCLICommand implements ICLICommand {
                                                if ($minSupportedDataIndex == $supportedDataIndex) {
                                                        $minSupportedDataIndex++;
                                                }
-                                               $supportedDataIndex++;;
+                                               $supportedDataIndex++;
                                        }
                                }
                                CLIWCF::getReader()->println('Selection? ['.$minSupportedDataIndex.'-'.($supportedDataIndex - 1).']'); // todo