[i18n] Kronolith H5 (4.2.0alpha2)
Jan Schneider
jan at horde.org
Fri May 9 09:14:38 UTC 2014
Zitat von Hiromi Kimura <hiromi at tac.tsukuba.ac.jp>:
> The test page (test.php?app=kronolith) gets fatal error;
>
> PHP Fatal error: Call to a member function getAuth() on a non-object in \
> xxxx/kronolith/config/prefs.php on line 527
>
> I hope this fix it.
> --- prefs.php.orig 2014-05-09 10:08:18.000000000 +0900
> +++ prefs.php 2014-05-09 11:13:42.000000000 +0900
> @@ -524,6 +524,6 @@
> 'type' => 'enum',
> 'enum' => array_merge($GLOBALS['injector']
> ->getInstance('Horde_Core_Factory_Identity')
> - ->create($registry->getAuth())->getAll('id'),
> array('horde' => _("Configured Horde Default"))),
> +
> ->create($GLOBALS['registry']->getAuth())->getAll('id'),
> array('horde' => _("Configured Horde Default"))),
> 'desc' => _("Choose the identity to use for ActiveSync. This
> determines the email address used as the ORGANIZER for events you
> create.")
> );
>
> -=-=-=-=-
> Hiromi Kimura, Tandem Accelerator Complex, University of Tsukuba, JAPAN
Fixed, thanks.
--
Jan Schneider
The Horde Project
http://www.horde.org/
https://www.facebook.com/hordeproject
More information about the i18n
mailing list