Skip to content

Commit

Permalink
Merge pull request #58 from richard67/patch-2
Browse files Browse the repository at this point in the history
Fix PHPCS for Joomla CMS PR 24736
  • Loading branch information
alikon authored Aug 5, 2019
2 parents 639b9b9 + 7fa45d3 commit 6b24187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/src/MVC/Model/AdminModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ protected function batchCopy($value, $pks, $contexts)
}
}

// Check for asset_id
// Check for asset_id
if ($this->table->hasField($this->table->getColumnAlias('asset_id')))
{
{
$oldAssetId = $this->table->asset_id;
}

Expand Down

0 comments on commit 6b24187

Please sign in to comment.