Needs review
Project:
Disqus
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2010 at 03:22 UTC
Updated:
24 Sep 2010 at 03:22 UTC
author_name is required, and i got cases where name field is empty in comments table, which will fails the export.
disqus_migrate.admin.inc line: 175
$comment->name ? $comment->name : variable_get('anonymous','Annoymous')