Sync v3.5.2

This commit is contained in:
Aleksander Machniak 2019-10-23 19:09:32 +02:00
parent 437e09435e
commit 3d195270da
3 changed files with 4 additions and 6 deletions

4
README
View file

@ -22,8 +22,8 @@ Some functions are shared with other plugins and therefore being moved to
library plugins. Thus in order to run the calendar plugin, you also need the
following plugins installed:
* libcalendaring [1]
* libkolab [1]
* kolab/libcalendaring [1]
* kolab/libkolab [1]
INSTALLATION

View file

@ -4,7 +4,7 @@
"description": "Calendar plugin",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "3.5.1",
"version": "3.5.2",
"authors": [
{
"name": "Thomas Bruederli",

View file

@ -21,13 +21,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* Interface definition for a resources directory driver classe
*/
abstract class resources_driver
{
protected$cal;
protected $cal;
/**
* Default constructor
@ -110,5 +109,4 @@ abstract class resources_driver
return $events;
}
}