cartodbclient-php icon indicating copy to clipboard operation
cartodbclient-php copied to clipboard

Typo in cartodb.class.php

Open jonmrich opened this issue 9 years ago • 0 comments

You have:

require_once 'carto.config.php'; on line 22.

I think this should be:

require_once 'cartodb.config.php';

jonmrich avatar May 11 '15 20:05 jonmrich