Commit 3f9fd817 authored by Fabian Franz's avatar Fabian Franz
Browse files

Issue #3126559: Ensure resources can be found

parent a33e514b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -56,7 +56,8 @@ class Tasks extends InstallTasks {
      // This doesn't actually test the connection.
      Database::setActiveConnection();

      $dir = DRUPAL_ROOT . '/drivers/lib/Drupal/Driver/Database/oracle/resources';
      $dir = __DIR__ . '/../resources';

      $this->determineSupportedBindSize();
      $this->createFailsafeObjects("{$dir}/table");
      $this->createFailsafeObjects("{$dir}/index");