Skip to content

Commit

Permalink
Code style changed opening bracked to newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mdobrinic committed Aug 27, 2012
1 parent 833b701 commit 0ed0fd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/joomla/access/access.php
Expand Up @@ -346,7 +346,8 @@ public static function getGroupsByUser($userId, $recursive = true)

// Add trigger to allow for external group assignment
// nesting prevention:
if (!self::$loaded) {
if (!self::$loaded)
{
self::$loaded = true;
JPluginHelper::importPlugin('user');
}
Expand Down

0 comments on commit 0ed0fd2

Please sign in to comment.