[i18n] Kronolith H5 (4.2.0alpha2)
Hiromi Kimura
hiromi at tac.tsukuba.ac.jp
Fri May 9 02:23:16 UTC 2014
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
More information about the i18n
mailing list