Commit 7cc0c0c4 authored by Daniel Moberly's avatar Daniel Moberly Committed by Daniel Moberly
Browse files

Issue #3270312 by Daniel.Moberly: WSOD Call to undefined function dpm() in...

Issue #3270312 by Daniel.Moberly: WSOD Call to undefined function dpm() in FontAwesomeManager->getIcons() (line 188)
parent 6ec68e0e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -185,7 +185,6 @@ class FontAwesomeManager implements FontAwesomeManagerInterface {
        // Add the aliases into the search terms.
        if (isset($icon['aliases']['names'])) {
          $icon['search']['terms'] += $icon['aliases']['names'];
          dpm($icon['search']['terms']);
        }
        $icons[$icon['name']] = [
          'name' => $icon['name'],