Skip to content

Commit

Permalink
*8068* Fixed inappropriate int cast
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Dec 20, 2012
1 parent e872d29 commit dd839e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/author/TrackSubmissionHandler.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ function authorProofreadingComplete($args, $request) {
$this->validate($request, $articleId);
$this->setupTemplate($request, true);

$send = (int) array_shift($args);
$send = array_shift($args);

import('classes.submission.proofreader.ProofreaderAction');

Expand Down

0 comments on commit dd839e9

Please sign in to comment.