diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-04-08 15:17:51 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-04-08 15:17:51 +0000 |
| commit | e409588035799d3787a7112e91eae9d5701c22ed (patch) | |
| tree | 024a077b306981beee607647e19d1e6894244744 | |
| parent | cf84f2268559f90367980e798f753b02f022c6d9 (diff) | |
| download | webtrees-e409588035799d3787a7112e91eae9d5701c22ed.tar.gz webtrees-e409588035799d3787a7112e91eae9d5701c22ed.tar.bz2 webtrees-e409588035799d3787a7112e91eae9d5701c22ed.zip | |
Fix for bug 557862. Album configuration returns to wrong place.
| -rw-r--r-- | modules/lightbox/lb_editconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lightbox/lb_editconfig.php b/modules/lightbox/lb_editconfig.php index 72552daf0e..251dc881e7 100644 --- a/modules/lightbox/lb_editconfig.php +++ b/modules/lightbox/lb_editconfig.php @@ -230,7 +230,7 @@ $i = 0; <input type="reset" tabindex="<?php $i++; print $i?>" value="<?php print i18n::translate('Reset');?>" /> <?php if ($pid){ ?> - <INPUT TYPE="button" VALUE="<?php print i18n::translate('Return to Album page');?>" onclick="javascript:window.location='individual.php?pid=<?php echo $pid;?>&tab=<?php echo $tabno;?>&gedcom=<?php echo $GEDCOM;?>'" /> + <INPUT TYPE="button" VALUE="<?php print i18n::translate('Return to Album page');?>" onclick="javascript:window.location='individual.php?pid=<?php echo $pid;?>&gedcom=<?php echo $GEDCOM;?>&tab=lightbox'" /> <?php }else{ ?> <INPUT TYPE="button" VALUE="<?php print i18n::translate('Return to Admin Page');?>" onclick="javascript:window.location='admin.php'" /> <?php } ?> |
