Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix uninitialized variable $this->params #6433

Merged
merged 1 commit into from
Sep 11, 2017

Conversation

william-p
Copy link
Contributor

Use directly $params for build correct cache key.

@mention-bot
Copy link

@william-p, thanks for your PR! By analyzing the history of the files in this pull request, we identified @butonic, @icewind1991 and @owncloud-bot to be potential reviewers.

@codecov
Copy link

codecov bot commented Sep 10, 2017

Codecov Report

Merging #6433 into master will increase coverage by 22.76%.
The diff coverage is 0%.

@@             Coverage Diff              @@
##             master   #6433       +/-   ##
============================================
+ Coverage     30.64%   53.4%   +22.76%     
  Complexity    22514   22514               
============================================
  Files          1407    1407               
  Lines         87083   87083               
  Branches       1329    1329               
============================================
+ Hits          26685   46507    +19822     
+ Misses        60398   40576    -19822
Impacted Files Coverage Δ Complexity Δ
lib/private/Files/ObjectStore/Swift.php 0% <0%> (ø) 39 <0> (ø) ⬇️
core/js/js.js 61.27% <0%> (-0.56%) 0% <0%> (ø)
lib/private/Files/Storage/DAV.php 64.81% <0%> (+0.21%) 161% <0%> (ø) ⬇️
lib/private/Files/Stream/Encryption.php 75.22% <0%> (+0.45%) 54% <0%> (ø) ⬇️
lib/private/Setup.php 12.39% <0%> (+0.85%) 50% <0%> (ø) ⬇️
lib/public/AppFramework/Db/Mapper.php 99.12% <0%> (+0.87%) 30% <0%> (ø) ⬇️
lib/private/legacy/image.php 38.91% <0%> (+0.88%) 212% <0%> (ø) ⬇️
lib/private/Group/Group.php 88.88% <0%> (+0.92%) 52% <0%> (ø) ⬇️
lib/private/App/DependencyAnalyzer.php 95.59% <0%> (+1.25%) 63% <0%> (ø) ⬇️
apps/admin_audit/lib/AppInfo/Application.php 1.73% <0%> (+1.73%) 13% <0%> (ø) ⬇️
... and 371 more

@william-p
Copy link
Contributor Author

Humm sorry, my commit was signed, where i wrong ?

@MorrisJobke
Copy link
Member

Humm sorry, my commit was signed, where i wrong ?

The sign-off is missing - see https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md#sign-your-work for details

Signed-off-by: William Pain <pain.william@gmail.com>
@LukasReschke LukasReschke merged commit 0186d84 into nextcloud:master Sep 11, 2017
@nickvergessen
Copy link
Member

Needs backporting to 12

@MorrisJobke
Copy link
Member

Needs backporting to 12

#6944

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

Successfully merging this pull request may close these issues.

5 participants