Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 24, 2019
1 parent 2a7b270 commit d230bd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ public function storePermissions($permission = null)
$query->clear()
->select($this->_db->quoteName('parent_id'))
->from($this->_db->quoteName('#__assets'))
->where($this->_db->quoteName('id') . ' = :assetid')
->where($this->_db->quoteName('id') . ' = :assetid')
->bind(':assetid', $assetId, ParameterType::INTEGER);

$this->_db->setQuery($query);
Expand Down

0 comments on commit d230bd1

Please sign in to comment.