summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-16 20:23:48 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-16 20:23:48 +0100
commit2bb80cb98a97893bdebba62425679ac4ccaeb5d4 (patch)
tree7f0d31f7722ea402932b00eb458e65131080020e /includes
parent1e9686527b9ef31be27be15cd664cb7602512245 (diff)
downloadliberty-2bb80cb98a97893bdebba62425679ac4ccaeb5d4.tar.gz
liberty-2bb80cb98a97893bdebba62425679ac4ccaeb5d4.tar.bz2
liberty-2bb80cb98a97893bdebba62425679ac4ccaeb5d4.zip
Phantom ; removed
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/classes/LibertyContent.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/classes/LibertyContent.php b/includes/classes/LibertyContent.php
index 0f67e5e..984f99a 100755
--- a/includes/classes/LibertyContent.php
+++ b/includes/classes/LibertyContent.php
@@ -2071,7 +2071,6 @@ class LibertyContent extends LibertyBase implements BitCacheable {
*/
public static function getDisplayLinkFromHash( &$pParamHash, $pLinkText=null, $pAnchor=null ) {
global $gBitSmarty, $gBitweaverExtension;
- ;
$ret = '';
if( empty( $pLinkText )) {
@@ -2087,9 +2086,9 @@ class LibertyContent extends LibertyBase implements BitCacheable {
}
// we add some more info to the title of the link
- $linkTitle = !empty( $pParamHash['created'] )
- ? KernelTools::tra( 'Created' ).': ' . $gBitweaverExtension->smarty_modifier_bit_short_date( $pParamHash['created'] )
- : $pLinkText;
+ $linkTitle = !empty( $pParamHash['created'] )
+ ? KernelTools::tra( 'Created' ).': ' . $gBitweaverExtension->smarty_modifier_bit_short_date( $pParamHash['created'] )
+ : $pLinkText;
// finally we are ready to create the full link
if( !empty( $pParamHash['content_id'] )) {