diff options
Diffstat (limited to 'users_rss.php')
| -rwxr-xr-x | users_rss.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users_rss.php b/users_rss.php index fdd9a53..dbcb693 100755 --- a/users_rss.php +++ b/users_rss.php @@ -18,8 +18,8 @@ $gBitSystem->verifyFeature( 'users_rss' ); require_once RSS_PKG_INCLUDE_PATH.'rss_inc.php'; -$rss->title = $gBitSystem->getConfig( 'users_rss_title', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'Registrations' ) ); -$rss->description = $gBitSystem->getConfig( 'users_rss_description', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'RSS Feed' ) ); +$rss->title = $gBitSystem->getConfig( 'users_rss_title', $gBitSystem->getConfig( 'site_title' ).' - '.KernelTools::tra( 'Registrations' ) ); +$rss->description = $gBitSystem->getConfig( 'users_rss_description', $gBitSystem->getConfig( 'site_title' ).' - '.KernelTools::tra( 'RSS Feed' ) ); // check permission to view users pages if( !$gBitUser->hasPermission( 'p_users_view_user_list' ) ) { |
