From: Michael M Slusarz Date: Tue, 30 Nov 2010 20:42:00 +0000 (-0700) Subject: Bug #9417: Fix class name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e0d2d9e133af61bdada19f5a63fa4a5d16e5c0ca;p=horde.git Bug #9417: Fix class name --- diff --git a/turba/lib/Form/CreateAddressBook.php b/turba/lib/Form/CreateAddressBook.php index 2cfb4d282..a64568ee3 100644 --- a/turba/lib/Form/CreateAddressBook.php +++ b/turba/lib/Form/CreateAddressBook.php @@ -42,7 +42,7 @@ class Turba_Form_CreateAddressBook extends Horde_Form 'name' => $this->_vars->get('name'), 'desc' => $this->_vars->get('description'), ); - return $driver->createShare(strval(new Horde_Support_RandomId()), $params); + return $driver->createShare(strval(new Horde_Support_Randomid()), $params); } }