Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Bimal Yashodha <[email protected]>
  • Loading branch information
kb-yashodha committed Jul 23, 2014
1 parent 00ec108 commit e623201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmd_save_pos.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
}

if (isset($_REQUEST['selected_page']) {
if (isset($_REQUEST['selected_page'])) {
PMA_saveTablePositions($_REQUEST['selected_page']);
}

Expand Down

0 comments on commit e623201

Please sign in to comment.