Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
occ app:check pass
  • Loading branch information
DecaTec committed Aug 11, 2018
1 parent 6256300 commit 3450e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/sharerenamermapper.php
Expand Up @@ -20,7 +20,7 @@ public function trytokeninsert($oldtoken, $newtoken) {
$sql->closeCursor();
$alreadyexists = $row['n']; // returns 0 or 1

if ($alreadyexists == '1') {
if ($alreadyexists === '1') {
return 'exists';
}

Expand Down

0 comments on commit 3450e9f

Please sign in to comment.