Vizzuality / cartodbclient-php

A CartoDB client for PHP
http://developers.cartodb.com
BSD 4-Clause "Original" or "Old" License
33 stars 17 forks source link

Typo in cartodb.class.php #11

Open jonmrich opened 9 years ago

jonmrich commented 9 years ago

You have:

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

I think this should be:

require_once 'cartodb.config.php';