Skip to content

Commit

Permalink
fixes matomo-org#6760 Remove the last query, partial revert of origin…
Browse files Browse the repository at this point in the history
…al implementation59925362d527fbd051a4e12113abcab282983436
  • Loading branch information
mattab committed Dec 1, 2014
1 parent 133a448 commit 1b45f95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@ public function getSqlQueriesToExecute()
}
$this->hasMajorDbUpdate = $this->hasMajorDbUpdate || call_user_func(array($className, 'isMajorUpdate'));
}
// unfortunately had to extract this query from the Option class
$queries[] = 'UPDATE `' . Common::prefixTable('option') . '` '.
'SET option_value = \'' . $fileVersion . '\' '.
'WHERE option_name = \'' . self::getNameInOptionTable($componentName) . '\';';
}
return $queries;
}
Expand Down

0 comments on commit 1b45f95

Please sign in to comment.