Re: Kronolith H5 (4.2.0alpha2)

Hiromi Kimura <[email protected]> Fri, 09 May 2014 11:23:16 +0900 (JST)
Newsgroups gmane.comp.horde.internationalization
Message-ID <[email protected]>
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


-- 
i18n mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]