Skip to content

Commit

Permalink
Specify we want to update the folder's state data as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 12, 2014
1 parent f6c0cfc commit f45a92e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -167,7 +167,7 @@ protected function _handle()
$this->_encoder->startWBXML();
if ($create) {
if ($status == self::STATUS_SUCCESS) {
$collections->updateFolderInHierarchy($folder);
$collections->updateFolderInHierarchy($folder, true);
$collections->save();
}

Expand Down

0 comments on commit f45a92e

Please sign in to comment.