@@ -90,7 +90,7 @@ |
||
90 | 90 | |
91 | 91 | $data = reset($args); |
92 | 92 | |
93 | - if ($from_data = array_key_exists($keyboard_type, (array)$data)) { |
|
93 | + if ($from_data = array_key_exists($keyboard_type, (array) $data)) { |
|
94 | 94 | $args = $data[$keyboard_type]; |
95 | 95 | |
96 | 96 | // Make sure we're working with a proper row. |