Closed (fixed)
Project:
Features CiviCRM
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2013 at 21:17 UTC
Updated:
4 Jun 2013 at 10:40 UTC
A while back the code got changed so that calling civicrm_initialize() causes api.php to be loaded so the
require_once 'api/api.php';
is redundant.
(the pattern has been copied & pasted enough that it has hung even though it was probably never required in a stable release)
= array()) {
civicrm_initialize();
require_once 'api/api.php';
Comments
Comment #1
mallezieThis is committed to latest dev.
Thank you very much for reporting, i wasn't aware that the require_once statement, wasn't necessary any more.