Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
merged conflict
  • Loading branch information
alikon committed Aug 30, 2015
1 parent 1af44a2 commit 2af766e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/installer/adapter/file.php
Expand Up @@ -484,7 +484,7 @@ public function uninstall($id)
protected function extensionExistsInSystem($extension = null)
{
// Get a database connector object
$db = $this->parent->getDBO();
$db = $this->parent->getDbo();

$query = $db->getQuery(true)
->select($db->quoteName('extension_id'))
Expand Down

0 comments on commit 2af766e

Please sign in to comment.