Skip to content

Commit

Permalink
This share parameter isn't specific to Kolab.
Browse files Browse the repository at this point in the history
Correctly fixes Bug: 13360
  • Loading branch information
mrubinsk committed Jul 28, 2014
1 parent a8c055f commit 16e3c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions nag/lib/Tasklists/Base.php
Expand Up @@ -111,5 +111,7 @@ abstract protected function _getDefaultShareName();
*/
protected function _prepareDefaultShare($share)
{
$share->set('default', true);
}

}
9 changes: 0 additions & 9 deletions nag/lib/Tasklists/Kolab.php
Expand Up @@ -41,13 +41,4 @@ protected function _getDefaultShareName()
return _("Tasks");
}

/**
* Add any modifiers required to the share in order to mark it as default.
*
* @param Horde_Share_Object $share The new default share.
*/
protected function _prepareDefaultShare($share)
{
$share->set('default', true);
}
}

0 comments on commit 16e3c86

Please sign in to comment.