when uploading an image there are 2 tabs NEW IMAGE and BROWSER.
clicking on the BROWSER button changes to already uploaded images, but from there clicking on NEW IMAGE brings up "404 page not found."
its this line:
$tabs[] = l(t('New Image'), 'wysiwy_imageupload/upload/'.$parent_build_id, array('title' => t('Go back to the upload form and upload a new image')));
should be:
$tabs[] = l(t('New Image'), 'wysiwyg_imageupload/upload/'.$parent_build_id, array('title' => t('Go back to the upload form and upload a new image')));
in wysiwyg_imageupload_browser.module line 102
Comments
Comment #1
eugenmayer commentedOh yes, sorry. I fixed that typo in 2.1 and forgot about that the browser has the callback.
Is fixed http://github.com/EugenMayer/wysiwyg_imageupload/commit/667c4e465257578e...
You can use the github version until i release 2.2
http://github.com/EugenMayer/wysiwyg_imageupload/tarball/master
Thanks for the feedback and solution!
Comment #2
eugenmayer commentedMarking minor as its a submodule
Comment #3
eugenmayer commentedfixing title