Skip to content
Snippets Groups Projects
Unverified Commit 1a2ce1d7 authored by kcristiano's avatar kcristiano
Browse files

dev/joomla/#28 5.27 Upgrade fails

Failure is due to 'Undefined class constant 'POST_SELECT_QUERY'  see joomla#28
parent 27a47776
Branches
Tags
No related merge requests found
......@@ -28,4 +28,10 @@ class Events {
*/
const SCHEMA_MAP_BUILD = 'api.schema_map.build';
/**
* Add back POST_SELECT_QUERY const due to Joomla upgrade failure
* https://lab.civicrm.org/dev/joomla/-/issues/28#note_39487
*/
const POST_SELECT_QUERY = 'api.select_query.post';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment