Closed (fixed)
Project:
Recurly
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2013 at 16:54 UTC
Updated:
23 Jul 2014 at 09:40 UTC
Jump to comment: Most recent
This is probably super minor, but it looks like the same function is called twice in rapid succession in the recurly_client_initialize() function. The first time being unnecessary as far as I can tell.
// If we can find a path in the libraries directory to the Recurly PHP client
// library...
$path = libraries_get_path('recurly');
if (($path = libraries_get_path('recurly')) && file_exists($path . '/lib/recurly.php')) {
Comments
Comment #1
quicksketchThanks, fixed.