thedigicraft / Atom.CMS

Atom.CMS
56 stars 50 forks source link

Admin add pages #9

Closed Dragotic closed 10 years ago

Dragotic commented 10 years ago

Hello Alan and fellow "students",

for some weird reason which i can't find when i add a page using the admin dashboard it keeps duplicating them. For example, when i create: Title: Test 2 Label: Test 2 Header: Test 2 Body: Testing the body 2

it will automatically add two records of it.

Does anyone know why and how i could fix that?

thedigicraft commented 10 years ago

This is addressed in Video 42 which i am editing right now.

We need to have another query in order to UPDATE the pages table rather than INSERT INTO it.