Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Created June 30, 2013 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpdevries/5894834 to your computer and use it in GitHub Desktop.
Save jpdevries/5894834 to your computer and use it in GitHub Desktop.
Correct Broken TinyMCE & CKEditor Image URLs Note: It's fine to have the / at the beginning, it will go to site root or the base href if one is set
UPDATE modx_site_content SET content = replace(content, 'src="assets', 'src="/assets');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment