fix: Invalid lookup for the queryversion

pull/2128/head
iglocska 2017-04-10 10:29:44 +02:00
parent 6d33845701
commit 1b3fafc806
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class AppController extends Controller {
throw new Exception('datasource not supported: ' . $dataSource);
}
$this->set('queryVersion', $this->queryVersion);
$this->set('queryVersion', $this->__queryVersion);
$this->loadModel('User');
$auth_user_fields = $this->User->describeAuthFields();