From 78a58162d8e9c46a90c8406605f4e58bd6ca54fe Mon Sep 17 00:00:00 2001
From: Marc-Oliver Teschke <marcoliverteschke@mac.com>
Date: Mon, 14 Apr 2014 11:08:01 -0400
Subject: [PATCH] When checking if DB schema is up-to-date, limit the checks to tables in our current schema. Otherwise installer might return false positives when DB user has access to multiple schemas.
---
program/lib/Net/IDNA2/Exception.php | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/program/lib/Net/IDNA2/Exception.php b/program/lib/Net/IDNA2/Exception.php
index 9c77ad6..72cb1ae 100644
--- a/program/lib/Net/IDNA2/Exception.php
+++ b/program/lib/Net/IDNA2/Exception.php
@@ -1,3 +1,4 @@
-<?php
-class Net_IDNA2_Exception extends Exception {
-}
+<?php
+class Net_IDNA2_Exception extends Exception
+{
+}
--
Gitblit v1.9.1