Comment 0 for bug 251514

Revision history for this message
Noelinho (noelinho) wrote :

Using 0.9a, revision 8. The "/backend/edit/page.php" file does not check the "action=" argument. If a page id is found, it goes into edit mode. Thus, the file needs to be changed to check whether the action is "edit" or "delete", and then execute the correct function.

This requires writing the "delete" function. The edit function is already written and included within the file.