diff options
| author | spiderr <spider@viovio.com> | 2012-06-23 02:31:43 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-06-23 02:31:43 -0400 |
| commit | 603b594e2e0b9e0b8286c1e204645442454fc37c (patch) | |
| tree | 7d8b0cb6bad527405c554c78c24b29fdaf455e35 /liberty_plugins | |
| parent | 8e23f377ea5699034eeaa884750f81a90c537ca0 (diff) | |
| download | blogs-603b594e2e0b9e0b8286c1e204645442454fc37c.tar.gz blogs-603b594e2e0b9e0b8286c1e204645442454fc37c.tar.bz2 blogs-603b594e2e0b9e0b8286c1e204645442454fc37c.zip | |
whitespace
Diffstat (limited to 'liberty_plugins')
| -rw-r--r-- | liberty_plugins/data.blog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liberty_plugins/data.blog.php b/liberty_plugins/data.blog.php index f5d94d8..261b1c6 100644 --- a/liberty_plugins/data.blog.php +++ b/liberty_plugins/data.blog.php @@ -163,7 +163,7 @@ function data_blog($data, $params) { // No change in the parameters with Clyde .( (isset($module_params['id']) && isset($rssUserId))? "&": "") .( isset($rssUserId) ? 'user_id='.$rssUserId : "" ) .( (isset($rssUserId) && isset($module_params['group_id']))? "&": "") - .( isset($module_params['group_id']) ? 'group_id='.$module_params['group_id'] : "" ); + .( isset($module_params['group_id']) ? 'group_id='.$module_params['group_id'] : "" ) .( (isset($rssUserId) && isset($module_params['role_id']))? "&": "") .( isset($module_params['role_id']) ? 'role_id='.$module_params['role_id'] : "" ); // something like this would be better, calling smarty directly so translation can also be called -wjames5 |
