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');
CommentFileSizeAuthor
whizzywig-imce-unclean-urls-fix.patch867 bytesdman

Comments

sdecabooter’s picture

Status: Needs review » Fixed

Thanks for spotting this.
I've committed it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.