summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/stories/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stories/module.php b/modules/stories/module.php
index f941db9736..7d8202d8a7 100644
--- a/modules/stories/module.php
+++ b/modules/stories/module.php
@@ -249,7 +249,7 @@ class stories_WT_Module extends WT_Module implements WT_Module_Block, WT_Module_
echo '<tr>';
echo '<td class="optionbox ', $TEXT_DIRECTION, '">';
echo '<input type="text" name="xref" id="pid" size="4" value="'.$xref.'" />';
- print_findindi_link("xref", "pid");
+ print_findindi_link("pid", "xref");
if ($xref) {
$person=WT_Person::getInstance($xref);
if ($person) {