Summary | Block tree folders |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | stephen (at) mega (dot) geek (dot) nz |
Created | 09/08/2004 (7641 days ago) |
Due | |
Updated | 09/09/2004 (7640 days ago) |
Assigned | |
Resolved | 09/09/2004 (7640 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
imp\lib\Blocktree_folders.php fixes the bug.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Block tree folders
Queue ⇒ IMP
or drafts folder when not using IMP as the authentication mechanisim.
This means that the images for these folders are the normal ones
instead of the special ones. I added the following two lines to
imp\lib\Block\tree_folders.php after line 25:
$registry->loadPrefs($this->_app);
$prefs->_prefs = $registry->_prefsCache[$this->_app]->_prefs;
This fixes the problem. Not sure if it is the best way to fix it.