From: Jan Schneider Date: Fri, 2 Jul 2010 19:59:20 +0000 (+0200) Subject: Remove unnecessary source name prefix. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=68a127186657602118e00f1c10a05e042d4585c9;p=horde.git Remove unnecessary source name prefix. --- diff --git a/turba/lib/Driver/Share.php b/turba/lib/Driver/Share.php index 9ac35a0f1..bda4b12f7 100644 --- a/turba/lib/Driver/Share.php +++ b/turba/lib/Driver/Share.php @@ -81,7 +81,7 @@ class Turba_Driver_Share extends Turba_Driver function _init() { $this->_share = &$this->_params['config']['params']['share']; - $this->_driver = &Turba_Driver::factory('_' . $this->name, $this->_params['config']); + $this->_driver = &Turba_Driver::factory($this->name, $this->_params['config']); if (is_a($this->_driver, 'PEAR_Error')) { return $this->_driver; }