so i wrote a short article and submitted it for the review. Right after this i noticed a small correction and wanted to edit it
the edit button links to
https://www.hackthis.co.uk/articles/me/submit.php?action=edit&id=1
which is a blank article. the right one should be
https://www.hackthis.co.uk/articles/me/submit.php?action=edit&id=*correct id of the article to edit*
In /html/articles/view.php on line 105 we got
<a href='/articles/me/submit.php?action=edit&id=<?=$id;?>' class='button icon right'><i class='icon-edit'></i></a>
which should link to the edit page of the article but doesn’t work
maybe $article->id instead of $id ? idk i don’t really code ahah