Skip to content

Commit e975669

Browse files
author
David Hurley
committed
Merge pull request #2860 from nonumber/patch-12
[CODE STYLE] Added missing whitespace
2 parents 2d753bd + fb4ea0b commit e975669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_admin/helpers/html/directory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function writable($writable)
4646
*
4747
* @return string html code
4848
*/
49-
public static function message($dir, $message, $visible=true)
49+
public static function message($dir, $message, $visible = true)
5050
{
5151
if ($visible)
5252
{

0 commit comments

Comments
 (0)