Skip to content

Commit

Permalink
Fix plugin versions that are not integers
Browse files Browse the repository at this point in the history
  • Loading branch information
voegii committed Jan 3, 2024
1 parent 5778a5b commit 86adab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function get_information_returns() {
array(
'type' => new external_value(PARAM_TEXT, 'The type'),
'name' => new external_value(PARAM_TEXT, 'The name'),
'versiondb' => new external_value(PARAM_INT, 'The installed version'),
'versiondb' => new external_value(PARAM_TEXT, 'The installed version'),
'release' => new external_value(PARAM_TEXT, 'The installed release')
), 'plugins'
)
Expand Down

0 comments on commit 86adab1

Please sign in to comment.