diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-10-29 21:31:07 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-29 23:38:05 +0100 |
commit | 02e9f6e2840d7227f158b4baf96fd9c0f6207531 (patch) | |
tree | 45795548ed54058956d87297bc082ba87242d25b /phpBB/install/index.php | |
parent | d326a49fd0daf308ca8c9b4a24f6970efeffa86c (diff) | |
download | forums-02e9f6e2840d7227f158b4baf96fd9c0f6207531.tar forums-02e9f6e2840d7227f158b4baf96fd9c0f6207531.tar.gz forums-02e9f6e2840d7227f158b4baf96fd9c0f6207531.tar.bz2 forums-02e9f6e2840d7227f158b4baf96fd9c0f6207531.tar.xz forums-02e9f6e2840d7227f158b4baf96fd9c0f6207531.zip |
[task/code-sniffer] Fix argument list spacing.
PHPBB3-11980
Diffstat (limited to 'phpBB/install/index.php')
-rw-r--r-- | phpBB/install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index c9bf76bf04..2e09e95ea7 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -691,7 +691,7 @@ class module /** * Generate the relevant HTML for an input field and the associated label and explanatory text */ - function input_field($name, $type, $value='', $options='') + function input_field($name, $type, $value = '', $options = '') { global $lang; $tpl_type = explode(':', $type); |