[Tickets #10017] Re: applications are incorrectly "polled" even if they are not installed

bugs at horde.org bugs at horde.org
Tue May 3 06:32:43 UTC 2011


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

Ticket URL: http://bugs.horde.org/ticket/10017
------------------------------------------------------------------------------
  Ticket             | 10017
  Updated By         | vilius at lnk.lt
  Summary            | applications are incorrectly "polled" even if they are
                     | not installed
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
  State              | Not A Bug
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
+New Attachment     | registry.local.php
------------------------------------------------------------------------------


vilius at lnk.lt (2011-05-03 06:32) wrote:

Correct me if I'm wrong but this code always marks 'heading' and  
'sidebar' applications as active, no?

} elseif ($app['status'] == 'heading' ||
              $app['status'] == 'sidebar') {
            continue;
}

Maybe I was not clear. Horde log correctly marks 'chora' as inactive,  
but as you can see from my list below it is 'chora-menu' 'sidebar'  
application that's still active. 'sidebar' applications doesn't have  
fileroot directory and the code doesn't even go to check that. The  
loop just continue.

I'm also attaching now modified registry.local.php files.






More information about the bugs mailing list