Anchorcms-0.9.2-drag-drop-fix
Anchorcms-0.9.2-drag-drop-fix copied to clipboard
Two slashes when uploading images via dragdrop
Nevermind - nothing to see here.
edit the anchor/routes/posts.php on line 263
from:
$uri = Config::app('url', '/') . '/content/' . basename($filepath);
to:
$uri = Config::app('url', '/') . 'content/' . basename($filepath);