Closed (fixed)
Project:
Whizzywig - A complete WYSIWYG Editor
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2007 at 23:31 UTC
Updated:
12 Nov 2007 at 22:42 UTC
For testing purposes, I hadn't yet turned on clean URLs, and trying to [Browse] with IMCE sent me to the "/imce/browse" url instead of "/?q=imce/browse". Thus I just saw my own front page.
Here's a tiny patch, slightly better drupal-code. Basically it looks like:
- $imcepath = base_path() .'imce/browse';
+ $imcepath = url('imce/browse');
| Comment | File | Size | Author |
|---|---|---|---|
| whizzywig-imce-unclean-urls-fix.patch | 867 bytes | dman |
Comments
Comment #1
sdecabooter commentedThanks for spotting this.
I've committed it.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.