[dokuwiki] Re: Error in current devel Release?

A secondary concern, is the debugging/logging code in infoutils.php.

* its now loaded after event handler/action plugins reducing its usefulness * it includes a reference to HTTPClient.php which requires DOKU_CONF (set after DOKU_INIT event).

So either:
* split out the debugging/logging functions and include them before DOKU_INIT event. This would have a secondary benefit of enabling conditional conclusion based on debug setting. * move HTTPClient.php include from inline code to inside checkUpdateMessages() function

- Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: