From 18f213d7b28e9e82abbab3f6c2a93a90441ca93f Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Wed, 21 Apr 2010 15:54:29 +0000 Subject: change content_description to content_name and related methods --- FeedStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.3