# HG changeset patch # User Dan # Date 1201575284 18000 # Node ID f0978aed065a3f028662f5b651910d8faf1f0250 # Parent ca6913ea2d448f71e3acc8aa90a3c803f93cffc9 Fixed contentPath getting messed up because I forgot a slash or two in payload diff -r ca6913ea2d44 -r f0978aed065a install/includes/payload.php --- a/install/includes/payload.php Mon Jan 28 21:40:15 2008 -0500 +++ b/install/includes/payload.php Mon Jan 28 21:54:44 2008 -0500 @@ -184,10 +184,10 @@ { case 'standard': default: - $sp_append = 'index.php?title='; + $sp_append = '/index.php?title='; break; case 'shortened': - $sp_append = 'index.php/'; + $sp_append = '/index.php/'; break; case 'rewrite': $sp_append = '/';