Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forgot ->db-> #1265

Closed
Cipa opened this issue Nov 15, 2019 · 0 comments
Closed

forgot ->db-> #1265

Cipa opened this issue Nov 15, 2019 · 0 comments

Comments

@Cipa
Copy link

Cipa commented Nov 15, 2019

$rs = $modx->db->select('dgn.*, groups_resource.id AS link_id', $from, '', 'name');

Should probably be
$rs = $modx->getDatabase()->select('dgn.*, groups_resource.id AS link_id', $from, '', 'name');

Dmi3yy added a commit that referenced this issue Nov 25, 2019
@Dmi3yy Dmi3yy closed this as completed Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants