Loading ace_editor.module +2 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ function ace_editor_lib_path() { $paths_to_check = [ '/libraries/ace', '/libraries/ace-builds', '/' . drupal_get_path('module', 'ace_editor') . '/libraries/', '/' . drupal_get_path('profile', \Drupal::installProfile()) . '/libraries/ace', '/' . \Drupal::service('extension.list.module')->getPath('ace_editor') . '/libraries', '/' . \Drupal::service('extension.list.profile')->getPath(\Drupal::installProfile()) . '/libraries/ace', ]; foreach ($paths_to_check as $path) { Loading Loading
ace_editor.module +2 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ function ace_editor_lib_path() { $paths_to_check = [ '/libraries/ace', '/libraries/ace-builds', '/' . drupal_get_path('module', 'ace_editor') . '/libraries/', '/' . drupal_get_path('profile', \Drupal::installProfile()) . '/libraries/ace', '/' . \Drupal::service('extension.list.module')->getPath('ace_editor') . '/libraries', '/' . \Drupal::service('extension.list.profile')->getPath(\Drupal::installProfile()) . '/libraries/ace', ]; foreach ($paths_to_check as $path) { Loading