[dev] Re: [horde] Warning: Unknown(): Unable to call ()
Vilius Sumskas
vilius at lnk.lt
Wed Sep 8 00:47:41 PDT 2004
Cituojama Vilius Sumskas <vilius at lnk.lt>:
> Hi,
>
> I updated horde/imp from cvs today and I get this error below blocks
> in portal
> view:
>
> Warning: Unknown(): Unable to call () - function does not exist in
> Unknown on
> line 0
>
> At first I thought that I've got broken source. So reupdated from cvs
> again and
> still getting the same error. Maybe it has something to do with
> recent changes
> in Maintenance package?
I think I found what was causing this behaviour. Patch attached.
--
Best Regards,
Vilius Sumskas
LNK TV system administrator
mob.: +370 614 75713
www.lnk.lt
-------------- next part --------------
Index: Maintenance.php
===================================================================
RCS file: /repository/framework/Maintenance/Maintenance.php,v
retrieving revision 1.47
diff -u -r1.47 Maintenance.php
--- Maintenance.php 8 Sep 2004 01:29:59 -0000 1.47
+++ Maintenance.php 8 Sep 2004 07:43:52 -0000
@@ -450,7 +450,7 @@
*/
function _shutdown()
{
- register_shutdown_function(array(&$this, 'cacheTasklist'));
+ register_shutdown_function(array(&$this, '_cacheTasklist'));
}
/**
More information about the dev
mailing list