summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-04-17 19:20:29 +0000
committerwjames5 <will@tekimaki.com>2010-04-17 19:20:29 +0000
commit790595664910a1db890e0738f78defe519062d18 (patch)
tree2ece4cbc9ef1e67e934168372fd22da8f8a14907
parent220c55dae26ddc38d4979a2f719e55ddada77edf (diff)
downloadliberty-790595664910a1db890e0738f78defe519062d18.tar.gz
liberty-790595664910a1db890e0738f78defe519062d18.tar.bz2
liberty-790595664910a1db890e0738f78defe519062d18.zip
typo
-rw-r--r--get_content_list_inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/get_content_list_inc.php b/get_content_list_inc.php
index e6469e8..72359fe 100644
--- a/get_content_list_inc.php
+++ b/get_content_list_inc.php
@@ -3,7 +3,7 @@
* get_content_list
*
* @author Christian Fowler>
- * @version $Revision: 1.38 $
+ * @version $Revision: 1.39 $
* @package liberty
* @subpackage functions
*/
@@ -79,7 +79,7 @@ $contentList = $gContent->getContentList( $contentListHash );
if( empty( $contentTypes ) ) {
$contentTypes = array( '' => tra( 'All Content' ) );
foreach( $gLibertySystem->mContentTypes as $cType ) {
- $contentTypes[$cType['content_type_guid']] = $gLibertySystem->getContentTypeName( ['content_type_guid'] );
+ $contentTypes[$cType['content_type_guid']] = $gLibertySystem->getContentTypeName( $cType['content_type_guid'], TRUE );
}
asort( $contentTypes );
}