From 509a6bc36882a9ed176ccc67ad0fc414093a44d9 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 02 Apr 2014 10:26:59 -0400 Subject: [PATCH] Allow to force-load plugins which have been loaded but not initialized before --- program/include/bc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/bc.php b/program/include/bc.php index a7d7b5a..2cb1517 100644 --- a/program/include/bc.php +++ b/program/include/bc.php @@ -22,7 +22,7 @@ /** * Roundcube Webmail deprecated functions * - * @package Core + * @package Webmail * @subpackage Legacy * @author Thomas Bruederli <roundcube@gmail.com> */ -- Gitblit v1.9.1