Skip to content

Commit

Permalink
Force loading of class (not an issue in 1.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
collectiveaccess committed Jun 24, 2022
1 parent 4e81cd9 commit 4ae20e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/ca_list_items.php
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ public function insert($pa_options=null) {
}

// create root in ca_places
require_once(__CA_MODELS_DIR__."/ca_places.php");
$t_place = new ca_places();
$t_place->setTransaction($o_trans);
$t_place->setMode(ACCESS_WRITE);
Expand Down

0 comments on commit 4ae20e0

Please sign in to comment.