Commit 2ae5fbd3 authored by git's avatar git Committed by Andrii Podanenko
Browse files

Issue #3297771 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent 8bd38eda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -494,5 +494,5 @@ function openy_rose_preprocess_paragraph_social_list(&$variables) {
 */
function openy_rose_preprocess(array &$variables) {
  $variables['base_path'] = base_path();
  $variables['directory'] =  drupal_get_path('theme', 'openy_rose');
  $variables['directory'] =  \Drupal::service('extension.list.theme')->getPath('openy_rose');
}