Commit 23a42e25ab1ece8467dac531fde9e402d12e0d12
1 parent
69e0d602
Removed another commented out line from old code
Committed by: Paul Barrett
Showing
1 changed file
with
0 additions
and
1 deletions
setup/upgrade/steps/upgradeDatabase.php
| ... | ... | @@ -311,7 +311,6 @@ class upgradeDatabase extends Step |
| 311 | 311 | |
| 312 | 312 | // Ensure all plugins are re-registered. |
| 313 | 313 | $sql = "TRUNCATE plugin_helper"; |
| 314 | - //$res = DBUtil::runQuery($sql); | |
| 315 | 314 | $res = $this->util->dbUtilities->query($sql); |
| 316 | 315 | |
| 317 | 316 | // Clear out all caches and proxies - they need to be regenerated with the new code | ... | ... |