summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-18 00:20:21 +0400
committerAndrew Dolgov <[email protected]>2013-04-18 00:20:21 +0400
commitb6a74295915fb354543eadf6c1b658e15faefef7 (patch)
treee679ec906a09ecabf14f25c80f55364f60aca633 /classes/handler/public.php
parente441b5837b84f8313e506a3d1b087f269f4a9fb3 (diff)
parentfa8e7ea2613e611a9c532bb923727de352a53b2a (diff)
Merge branch 'master' into pdo
Diffstat (limited to 'classes/handler/public.php')
-rw-r--r--classes/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 439cc7d4d..16d628c80 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -869,7 +869,7 @@ class Handler_Public extends Handler {
<?php
@$op = $_REQUEST["subop"];
- $updater = new DbUpdater(DB_TYPE, SCHEMA_VERSION);
+ $updater = new DbUpdater(Db::get(), DB_TYPE, SCHEMA_VERSION);
if ($op == "performupdate") {
if ($updater->isUpdateRequired()) {