Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jun 21, 2017
1 parent 18d79a5 commit db8fefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function_requirements('class.Addon');
->set_text('Additional GB')
->set_text_match('Additional (.*) GB')
->set_cost(VPS_HD_COST)
->set_require_ip(false)
->set_require_ip(FALSE)
->set_enable([__CLASS__, 'doEnable'])
->set_disable([__CLASS__, 'doDisable'])
->register();
Expand Down

0 comments on commit db8fefd

Please sign in to comment.