Skip to content

Commit

Permalink
Fixed issue: database integrity tool not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed May 31, 2017
1 parent 78723b3 commit 14af752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/checkintegrity/check_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<?php } else
{?>
<br /><?php eT("Should we proceed with the delete?"); ?> <br />
<?php echo CHtml::form(array("admin/checkintegrity/fixintegrity"), 'post');?>
<?php echo CHtml::form(array("admin/checkintegrity/sa/fixintegrity"), 'post');?>
<input type='hidden' name='ok' value='Y' />
<input type='submit' value='<?php eT("Yes - Delete Them!"); ?>' />
</form>
Expand All @@ -232,7 +232,7 @@
<br /> <?php eT("No database action required!"); ?>
<?php } else
{?>
<?php echo CHtml::form(array("admin/checkintegrity/fixredundancy"), 'post');?>
<?php echo CHtml::form(array("admin/checkintegrity/sa/fixredundancy"), 'post');?>
<ul class='data-redundancy-list'>
<?php
if (isset($redundantsurveytables))
Expand Down

0 comments on commit 14af752

Please sign in to comment.