Navigation Menu

Skip to content

Commit

Permalink
Fixed issue 09706: Wrong minimum PHP version in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
gmambro committed Jun 30, 2015
1 parent 6e8fe09 commit c90606e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Token.php
Expand Up @@ -206,7 +206,7 @@ public function generateTokens() {
}
if($bIsValidToken)
{
$itresult = $this->updateByPk($tkrow['tid'], ['token' => $newtoken]);
$itresult = $this->updateByPk($tkrow['tid'], array('token' => $newtoken));
$newtokencount++;
}
else
Expand Down

0 comments on commit c90606e

Please sign in to comment.