29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-06 12:03:39 +00:00

Fix whitespace

This commit is contained in:
George Wilson 2019-07-24 10:19:15 +01:00 committed by GitHub
parent 2a7b270955
commit d230bd1089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -857,7 +857,7 @@ class ApplicationModel extends FormModel
$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);