systopia / de.systopia.moregreetings

CiviCRM Extension for additional greetings
GNU Affero General Public License v3.0
4 stars 10 forks source link

Wrong include Path in moregreetings.php #5

Closed pbatroff closed 6 years ago

pbatroff commented 6 years ago

PHP Fatal error: require_once(): Failed opening required 'CRM/Utils/CustomData.php'

moregreetings.php @ line 80

function moregreetings_civicrm_enable() {
  _moregreetings_civix_civicrm_enable();

  require_once 'CRM/Utils/CustomData.php';

Should be require_once 'CRM/Moregreetings/CustomData.php';