Skip to content

Commit 0d6b96b

Browse files
committed
Fix comment
1 parent 3d84586 commit 0d6b96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/ItemsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ private function _handleFileRequest($item) {
961961
Zotero_DB::query("SET TRANSACTION ISOLATION LEVEL SERIALIZABLE");
962962
Zotero_DB::beginTransaction();
963963

964-
// See if file exists with this hash and zip flag
964+
// See if file exists with this hash
965965
$localInfo = Zotero_Storage::getLocalFileInfo($info);
966966
if ($localInfo) {
967967
$storageFileID = $localInfo['storageFileID'];

0 commit comments

Comments
 (0)