Skip to content

Commit

Permalink
fix #1417
Browse files Browse the repository at this point in the history
  • Loading branch information
devkont committed Aug 1, 2015
1 parent 235f82b commit bd76f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/pfs/pfs.forums.tags.php
Expand Up @@ -38,7 +38,7 @@
$pfs_tag = 'EDITPOST';
}

$pfs = cot_build_pfs($usr['id'], $pfs_src, $pfs_name, $L['Mypfs']);
$pfs .= (cot_auth('pfs', 'a', 'A')) ? '   '.cot_build_pfs(0, $pfs_src, $pfs_name, $L['SFS']) : '';
$pfs = cot_build_pfs($usr['id'], $pfs_src, $pfs_name, $L['Mypfs'], $sys['parser']);
$pfs .= (cot_auth('pfs', 'a', 'A')) ? '   '.cot_build_pfs(0, $pfs_src, $pfs_name, $L['SFS'], $sys['parser']) : '';

$t->assign('FORUMS_' . $pfs_tag . '_MYPFS', $pfs);

0 comments on commit bd76f35

Please sign in to comment.