Skip to content

Commit

Permalink
Makig Travis happier
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Jun 16, 2016
1 parent 74ffa32 commit 602e526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function getItems()
}

$user = JFactory::getUser();

// Access check
if ($user->authorise('core.edit', $contentTypeTable->type_alias . '.' . (int) $table1->ucm_item_id))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function getItem()
}

$user = JFactory::getUser();

// Access check
if ($user->authorise('core.edit', $contentTypeTable->type_alias . '.' . (int) $table->ucm_item_id))
{
Expand Down

0 comments on commit 602e526

Please sign in to comment.