Skip to content

Commit

Permalink
add missing parent value
Browse files Browse the repository at this point in the history
missed that one last time... ;-)
  • Loading branch information
WebDesignWorx authored Jul 22, 2019
1 parent 37552d3 commit 112b7c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wbce/admin/pages/add.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@

// Insert page into pages table
$aInsert = array(
'parent' => $parent,
'link' => '',
'description' => '',
'keywords' => '',
Expand Down

0 comments on commit 112b7c1

Please sign in to comment.