remotes/origin/ldap_group_count
Robin Appelman 11 years ago
parent 82b982a4eb
commit 4429b54ce4
  1. 2
      lib/private/db/migrationexception.php

@ -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