diff options
| author | Christian Fowler <spider@viovio.com> | 2010-04-21 15:54:29 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2010-04-21 15:54:29 +0000 |
| commit | 18f213d7b28e9e82abbab3f6c2a93a90441ca93f (patch) | |
| tree | 8801ad3cb969cf391a8617aeb833aaf8253fcf66 | |
| parent | d3e22822a7cdd584114456e6ba70d51c16d434b9 (diff) | |
| download | feed-18f213d7b28e9e82abbab3f6c2a93a90441ca93f.tar.gz feed-18f213d7b28e9e82abbab3f6c2a93a90441ca93f.tar.bz2 feed-18f213d7b28e9e82abbab3f6c2a93a90441ca93f.zip | |
change content_description to content_name and related methods
| -rw-r--r-- | FeedStatus.php | 2 |
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', |
