Browse Source

Fix typo

tags/v7.0.0alpha2
Robin Appelman 10 years ago
parent
commit
4429b54ce4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/db/migrationexception.php

+ 1
- 1
lib/private/db/migrationexception.php View File

@@ -13,7 +13,7 @@ class MigrationException extends \Exception {
private $table;

public function __construct($table, $message) {
$this->$table = $table;
$this->table = $table;
parent::__construct($message);
}


Loading…
Cancel
Save