Skip to content

Commit

Permalink
refs #41568, fixes installation error when require api
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Sep 13, 2024
1 parent cb6c90b commit 01bdf55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 1 addition & 11 deletions CRM/Core/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,7 @@
*/
/* we must load db first, never delete this require */


/* these may be delete future */









require_once 'api/api.php';

define('CRM_REQUEST_TIME', (int) $_SERVER['REQUEST_TIME']);

Expand Down
1 change: 1 addition & 0 deletions CRM/Core/HTMLInputCoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
*
*/

require_once 'api/Wrapper.php';

class CRM_Core_HTMLInputCoder implements API_Wrapper {
private static $skipFields = NULL;
Expand Down

0 comments on commit 01bdf55

Please sign in to comment.