Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

missing package param in extension::uploadprogress #93

Open
ghost opened this issue Sep 1, 2014 · 1 comment
Open

missing package param in extension::uploadprogress #93

ghost opened this issue Sep 1, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 1, 2014

Missing the package in:
class php::extension::uploadprogress(
$ensure = $php::extension::uploadprogress::params::ensure,
$package = $php::extension::uploadprogress::params,

should be
class php::extension::uploadprogress(
$ensure = $php::extension::uploadprogress::params::ensure,
$package = $php::extension::uploadprogress::params::package,

@jippi
Copy link
Owner

jippi commented Sep 1, 2014

PR is welcome :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant