6 ms·
I like this but just something small, in api.php at line 341/345 you check if $table is articles and inside the same ifcheck you check again, the same thing is
by blueicelt2004 12y ago
I like this but just something small, in api.php at line 341/345 you check if $table is articles and inside the same ifcheck you check again, the same thing is done at 412/416
} else if ($table=="articles") {
if (empty($data->article_id)) {
$this->data_object->send_response(400);
} else {
if ($table=="articles") {
- karlhadwen 12y agoDidn't spot that, will take a look, thanks!