Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
BUG: refs #0839. Removed incorrect call to setprivacystatus.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Grauer committed Oct 23, 2012
1 parent fef0992 commit b28bc12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/models/base/ItemModelBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ function duplicateItem($itemDao, $userDao, $folderDao)
$newItem = $this->createItem($name, $description, $folderDao);
$newItem->setType($itemDao->getType());
$newItem->setSizebytes($itemDao->getSizebytes());
$newItem->setPrivacyStatus($itemDao->getPrivacyStatus());
$newItem->setDateCreation(date('c'));
$newItem->setDateUpdate(date('c'));

Expand Down

0 comments on commit b28bc12

Please sign in to comment.