Skip to content

Commit

Permalink
Fix to the latest commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dziudek committed Sep 16, 2013
1 parent 69755b0 commit ded48a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod_gk_js_feed/helper.php
Expand Up @@ -35,7 +35,7 @@ public function getData() {
$db = JFactory::getDBO();
$actor_condition = '';

if(trim($this->config['user_id']) != '' && is_numeric($this->config['user_id']) {
if(trim($this->config['user_id']) != '' && is_numeric($this->config['user_id'])) {
$actor_condition = ' AND a.actor = ' . $this->config['user_id'] . ' ';
}

Expand Down Expand Up @@ -153,4 +153,4 @@ public function render() {
}
}

// EOF
// EOF

0 comments on commit ded48a9

Please sign in to comment.