Skip to content

Commit

Permalink
load more request updated.issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
sikanderzel committed Jun 28, 2016
1 parent 5345d2f commit afe6074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/ajax/view_channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
global $db, $cbvid, $Smarty;
$load_hit = $_POST['loadHit'];
$load_limit = $_POST['loadLimit'];
$user = $_POST['user'];
$user = $_POST['userid'];
$start = $load_limit * $load_hit - $load_limit;
$sql_limit = "$start, $load_limit";
$total_items = $_POST['totalVids'];
Expand Down

0 comments on commit afe6074

Please sign in to comment.