Skip to content

Commit

Permalink
Rename CSV export class to prevent collision with bccie extension
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Apr 19, 2017
1 parent daae5e5 commit ac7f472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,6 +1,6 @@
<?php

class eZBirthdayHandler extends BaseHandler
class eZBirthdayCsvHandler extends BaseHandler
{
public function exportAttribute( &$attribute )
{
Expand Down
6 changes: 3 additions & 3 deletions settings/csv.ini.append.php
Expand Up @@ -4,7 +4,7 @@
ExportableDatatypes[]=ezbirthday
[ezbirthday]
HandlerFile=extension/birthday/classes/parsers/ezbirthdayhandler.php
HandlerClass=eZBirthdayHandler
HandlerFile=extension/birthday/classes/parsers/ezbirthdaycsvhandler.php
HandlerClass=eZBirthdayCsvHandler
*/ ?>
*/ ?>

0 comments on commit ac7f472

Please sign in to comment.