FriendsOfCake/Authenticate

error contain variable undefined

anhtuank7c opened this issue · 1 comments

variable $contain undefined. http://prntscr.com/4sawb9
/plugins/FOC/Authenticate/src/Auth/MultiColumnAuthenticate.php
row 81.
Fix like image: http://prntscr.com/4sawe1
if ($this->_config['contain']) {
$table = $table->contain($this->_config['contain']);
}

Closed as there is a PR for this