summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FeedStatus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/FeedStatus.php b/FeedStatus.php
index 8cbb28a..193b772 100644
--- a/FeedStatus.php
+++ b/FeedStatus.php
@@ -23,7 +23,7 @@ class FeedStatus extends LibertyComment {
$this->mContentTypeGuid = FEEDSTATUS_CONTENT_TYPE_GUID;
$this->registerContentType( FEEDSTATUS_CONTENT_TYPE_GUID, array(
'content_type_guid' => FEEDSTATUS_CONTENT_TYPE_GUID,
- 'content_description' => 'Feed Status',
+ 'content_name' => 'Feed Status',
'handler_class' => 'FeedStatus',
'handler_package' => 'feed',
'handler_file' => 'FeedStatus.php',