Skip to content

Commit

Permalink
Fixed issue: Undefined variable: dv in check_view.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronschmitz committed Aug 18, 2012
1 parent 0196e4b commit 1a0afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/checkintegrity/check_view.php
Expand Up @@ -32,7 +32,7 @@

<?php
if ($defaultvalues) { ?>
<li><?php printf($clang->gT("There are %s orphaned default value entries which can be deleted."),$dv); ?> </li>
<li><?php printf($clang->gT("There are %s orphaned default value entries which can be deleted."),$defaultvalues); ?> </li>
<?php }
else
{ ?>
Expand Down

0 comments on commit 1a0afb3

Please sign in to comment.