diff options
| -rw-r--r-- | pear/PEAR/Common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index a0f3685993..d1fccdb64d 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -1107,6 +1107,7 @@ class PEAR_Common extends PEAR if (empty($c['prompt'])) { $errors[] = "configure option $i: missing prompt"; } + $i++; } } if (empty($info['filelist'])) { |
