Skip to content

Commit 78302bc

Browse files
committed
change to single quotes
1 parent 537af65 commit 78302bc

File tree

1 file changed

+1
-1
lines changed
  • administrator/modules/mod_submenu/Menu

1 file changed

+1
-1
lines changed

administrator/modules/mod_submenu/Menu/Menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public static function preprocess($parent)
160160
continue;
161161
}
162162
}
163-
elseif ($item->element === "com_menus")
163+
elseif ($item->element === 'com_menus')
164164
{
165165
// Get badges for Menus containing a Home page.
166166
$iconImage = $item->icon;

0 commit comments

Comments
 (0)