summaryrefslogtreecommitdiff
path: root/LibertyContent.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-06-10 15:25:44 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-06-10 15:25:44 +0000
commit5851fd447d8f80f76ec329b962a10607e5f0ad6f (patch)
tree5f6eb0c49a5cb8f1967ad2f609301319144a31c4 /LibertyContent.php
parentea22cff704b5ff66ac681a7319249aa267322b02 (diff)
downloadliberty-5851fd447d8f80f76ec329b962a10607e5f0ad6f.tar.gz
liberty-5851fd447d8f80f76ec329b962a10607e5f0ad6f.tar.bz2
liberty-5851fd447d8f80f76ec329b962a10607e5f0ad6f.zip
typo
Diffstat (limited to 'LibertyContent.php')
-rw-r--r--LibertyContent.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertyContent.php b/LibertyContent.php
index 9fac877..b78b774 100644
--- a/LibertyContent.php
+++ b/LibertyContent.php
@@ -3,7 +3,7 @@
* Management of Liberty content
*
* @package liberty
-* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.224 2007/06/10 15:14:40 wjames5 Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.225 2007/06/10 15:25:44 squareing Exp $
* @author spider <spider@steelsun.com>
*/
@@ -2004,7 +2004,7 @@ class LibertyContent extends LibertyBase {
$res['data'] = $pParseHash['data'];
// allways set the cache extension to description if it's not set manually
- $parseHash['cache_extension'] = !empty( $parseHash['cache_extension'] ) ? $parseHash['cache_extension'] : 'desc';
+ $pParseHash['cache_extension'] = !empty( $pParseHash['cache_extension'] ) ? $pParseHash['cache_extension'] : 'desc';
// split data according to user specifications
if( preg_match( LIBERTY_SPLIT_REGEX, $res['data'] ) ) {