Skip to content
Snippets Groups Projects

Correct path to libraries folder

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -220,7 +220,7 @@ function datatables_requirements($phase) {
$requirements = [];
if ($phase == 'runtime') {
$library_path = DRUPAL_ROOT . '/libraries/datatables/datatables';
$library_path = DRUPAL_ROOT . '/libraries/datatables';
if (!file_exists($library_path)) {
$requirements['datatables_assets'] = [
'title' => t('DataTables Assets'),
Loading