Skip to content

Commit 573a610

Browse files
committed
Minor: Fix typo in PHPDoc block
1 parent 46fd010 commit 573a610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/admin/extra_fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
//jqgrid will use this URL to do the selects
3838
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_extra_fields&type='.$extraFieldType;
3939

40-
//The order is important you need to check the the $column variable in the model.ajax.php file
40+
//The order is important you need to check the $column variable in the model.ajax.php file
4141
$columns = $obj->getJqgridColumnNames();
4242

4343
//Column config

0 commit comments

Comments
 (0)