diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-11-23 19:44:07 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-11-23 19:44:07 +0000 |
| commit | 27c7e8ac3a30bdcf9567c8d412dbfa3345692477 (patch) | |
| tree | 795742f867726f51c315b423288c42dfbeb1f49b /app/Schema | |
| parent | c83a7dc1fcbdf967591f74e7ac5679213a4149e3 (diff) | |
| download | webtrees-27c7e8ac3a30bdcf9567c8d412dbfa3345692477.tar.gz webtrees-27c7e8ac3a30bdcf9567c8d412dbfa3345692477.tar.bz2 webtrees-27c7e8ac3a30bdcf9567c8d412dbfa3345692477.zip | |
Fix typo
Diffstat (limited to 'app/Schema')
| -rw-r--r-- | app/Schema/Migration11.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Schema/Migration11.php b/app/Schema/Migration11.php index d63733309b..225a09657a 100644 --- a/app/Schema/Migration11.php +++ b/app/Schema/Migration11.php @@ -37,7 +37,7 @@ class Migration11 implements MigrationInterface { try { Database::exec("ALTER TABLE `##name` DROP n_list"); - } catch (PDOException $x) { + } catch (PDOException $ex) { DebugBar::addThrowable($ex); // Already done? |
