Skip to content

Commit

Permalink
Bug: 14625 Fix regression in deleting resource calendars.
Browse files Browse the repository at this point in the history
Partially reverts 3e095a9. Not sure why this was added, as it
isn't necessary to fix displaying the FB info, as the commit suggested.
  • Loading branch information
mrubinsk committed May 7, 2017
1 parent 6a9ae8c commit bbeb32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/lib/Resource/Single.php
Expand Up @@ -26,7 +26,7 @@ public function get($property)
$property = str_replace('resource_', '', $property);

if ($property == 'calendar') {
return 'internal_' . $this->_share->getName();
return $this->_share->getName();
}

return parent::get($property);
Expand Down

0 comments on commit bbeb32a

Please sign in to comment.