Use Contact::select() instead of DBA::select(‘contact) in Core\Session
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 13 May 2019 17:33:20 +0000 (13:33 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 13 May 2019 17:33:20 +0000 (13:33 -0400)
commite077f30d51659f8da1df72e64c9978d21ba350c3
tree4e9da39b9f700730da46b103eadf6d9f78e801ac
parenta14f868134cca1e9cc8f6f0e57ba61fafcca89e3
Use Contact::select() instead of DBA::select(‘contact) in Core\Session

- Replace remaining occurrences of $_SESSION with Session methods
src/Core/Session.php