[imp] slight error in registry.php

Cowle, Leon lcowle at lehman.com
Fri Aug 15 04:13:35 PDT 2003


Correcting myself....

Obviously straight after clicking SEND, I realised that my suggestion would
create a circular reference.... Any other way of not needing to have an
absolute path there?

Thanks,

--Leon.

-----Original Message-----
From: Cowle, Leon 
Sent: Friday, August 15, 2003 12:12 PM
To: 'imp at lists.horde.org'
Cc: Cowle, Leon
Subject: [imp] slight error in registry.php


Hi,

Slight misconfiguration in /path/to/webroot/horde/config/registry.php:

$this->applications['horde'] = array(
    'fileroot' => dirname(__FILE__) . '/..',
    'webroot' => '/horde',
    'initial_page' => 'login.php',
    'icon' => '/horde/graphics/horde.gif',      ****** ABSOLUTE PATH ******
    'name' => _("Horde"),
    'allow_guests' => true,
    'status' => 'active',
    'templates' => dirname(__FILE__) . '/../templates',
    'provides' => 'horde'
);

I'm assuming that the icon line above should rather be:
    'icon' => $this->applications['horde']['webroot'] .
'/graphics/horde.gif',

i.e. a relevant path...

I'm not a horde developer, so can someone fix this in CVS....

--Leon.

------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the
designated recipient(s) named above.  If you are not the intended recipient of
this message you are hereby notified that any review, dissemination,
distribution or copying of this message is strictly prohibited.  This
communication is for information purposes only and should not be regarded as
an offer to sell or as a solicitation of an offer to buy any financial
product, an official confirmation of any transaction, or as an official
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be
secure or error-free.  Therefore, we do not represent that this information is
complete or accurate and it should not be relied upon as such.  All
information is subject to change without notice.



More information about the imp mailing list