diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-04-08 18:41:56 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-04-08 18:41:56 +0000 |
| commit | 0e06f599bfea2776c56cded71b80137279a5e145 (patch) | |
| tree | 2c16cdfd170bb30f04461ee5032bd0f6524d28a1 /includes/controllers | |
| parent | 4393008c34cc4567d2f260bcaf920a132b66b083 (diff) | |
| download | webtrees-0e06f599bfea2776c56cded71b80137279a5e145.tar.gz webtrees-0e06f599bfea2776c56cded71b80137279a5e145.tar.bz2 webtrees-0e06f599bfea2776c56cded71b80137279a5e145.zip | |
Reverted 7907. This update was unnecessary as it was fixed in 7904.
Diffstat (limited to 'includes/controllers')
| -rw-r--r-- | includes/controllers/individual_ctrl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/controllers/individual_ctrl.php b/includes/controllers/individual_ctrl.php index 098ef54d10..29257615f1 100644 --- a/includes/controllers/individual_ctrl.php +++ b/includes/controllers/individual_ctrl.php @@ -253,7 +253,7 @@ class IndividualControllerRoot extends BaseController { } $this->modules = WT_Module::getActiveTabs(); - $count = -1; // BH Changed to "-1" from "0" to select correct tab from url suffix &tab=<tabname>. Not sure this is really the correct way + $count = 0; if (empty($this->default_tab)) $this->default_tab=0; foreach($this->modules as $mod) { $mod->setController($this); |
