summaryrefslogtreecommitdiff
path: root/liberty_plugins
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2012-06-23 02:31:43 -0400
committerspiderr <spider@viovio.com>2012-06-23 02:31:43 -0400
commit603b594e2e0b9e0b8286c1e204645442454fc37c (patch)
tree7d8b0cb6bad527405c554c78c24b29fdaf455e35 /liberty_plugins
parent8e23f377ea5699034eeaa884750f81a90c537ca0 (diff)
downloadblogs-603b594e2e0b9e0b8286c1e204645442454fc37c.tar.gz
blogs-603b594e2e0b9e0b8286c1e204645442454fc37c.tar.bz2
blogs-603b594e2e0b9e0b8286c1e204645442454fc37c.zip
whitespace
Diffstat (limited to 'liberty_plugins')
-rw-r--r--liberty_plugins/data.blog.php2
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