1
hi'
A little fix about
Content 1.25RC.
Issue : impossible to delete items (links, pages, section).
Solution : edit admin/content.php, line 83. Replace :
message('backend.php', sprintf(_CONTENT_MSG_DELETE, $content->getVar('content_type').': "'.$_REQUEST['alias'].'"'), $content_id);
by
message('backend.php', sprintf(_CONTENT_MSG_DELETE, $content->getVar('content_type').': "'.$_REQUEST['alias'].'"'), $content->getVar('content_id'));
Thanks to Dugris
Still learning CSS and... english