]> git.mjollnir.org Git - s9y.git/commitdiff
when no DB updates and no function calls are needed, do not show confusing text to...
authorgarvinhicking <garvinhicking>
Tue, 17 May 2005 13:17:11 +0000 (13:17 +0000)
committergarvinhicking <garvinhicking>
Tue, 17 May 2005 13:17:11 +0000 (13:17 +0000)
include/admin/upgrader.inc.php

index ede20b1e98bc941d95895ad1981dee2c04ba6063..146f933ba67cb37f207009b4c4c1dde6dd02af6f 100644 (file)
@@ -329,7 +329,7 @@ if (($showAbort && $serendipity['GET']['action'] == 'ignore') || $serendipity['G
         <br /><br /><a href="<?php echo $upgradeLoc; ?>" class="serendipityPrettyButton"><?php echo SERENDIPITY_UPGRADER_PROCEED_DOIT ?></a> <?php if ($showAbort) { ?><a href="<?php echo $abortLoc; ?>" class="serendipityPrettyButton"><?php echo SERENDIPITY_UPGRADER_PROCEED_ABORT ?></a><?php } ?>
 <?php } else { ?>
         <strong><?php echo SERENDIPITY_UPGRADER_NO_UPGRADES ?></strong>
-        <br /><br /><a href="<?php echo $abortLoc; ?>" class="serendipityPrettyButton"><?php echo SERENDIPITY_UPGRADER_CONSIDER_DONE ?></a>
+        <br /><br /><a href="<?php echo $upgradeLoc; ?>" class="serendipityPrettyButton"><?php echo SERENDIPITY_UPGRADER_CONSIDER_DONE ?></a>
 <?php }
     }
 }