Quote:
Originally Posted by amykhar
OK. I don't know how I managed to change this line before release, but find:
Code:
if ($pageexists)
{
print_no_permission();
}
if ($confirm)
Change to Amy
|
That indeed fixed the deletion problem, but for me it also (
oddly) prevented users to create their page.
I changed it to:
Code:
//if ($pageexists)
// {
// print_no_permission();
// }
if ($pageexists AND $confirm)