[Tickets #10839] Re: In whups-mail-filter I had to edit Application.php location

bugs at horde.org bugs at horde.org
Wed Dec 21 11:43:44 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10839
------------------------------------------------------------------------------
  Ticket             | 10839
  Updated By         | szimszon at oregpreshaz.eu
  Summary            | In whups-mail-filter I had to edit Application.php
                     | location
  Queue              | Whups
  Version            | 2.0
  Type               | Bug
  State              | Resolved
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Jan Schneider
------------------------------------------------------------------------------


szimszon at oregpreshaz.eu (2011-12-21 11:43) wrote:

Sorry but I think I still miss something. What should I set?  
whups-mail-filter is found only the Application.php not.

But If I see the  
http://git.horde.org/horde-git/-/commit/330c5ace6772b6cb4e890ad3b47806fae4aac9cb git  
diff:
---
if (file_exists(dirname(__FILE__) . '/../../whups/lib/Application.php')) {
     $baseDir = dirname(__FILE__) . '/../';
} else {
---
I think it should look like:
---
if (file_exists(dirname(__FILE__) . '/../../whups/lib/Application.php')) {
     $baseDir = dirname(__FILE__) . '/../../';
} else {
---





More information about the bugs mailing list