Page MenuHomePhabricator

Fix audit commenting where there are only inlines
ClosedPublic

Authored by btrahan on Jul 30 2014, 5:43 PM.
Tags
None
Referenced Files
F13052236: D10078.diff
Fri, Apr 19, 8:03 AM
Unknown Object (File)
Thu, Apr 11, 7:58 AM
Unknown Object (File)
Wed, Apr 3, 7:15 PM
Unknown Object (File)
Thu, Mar 28, 9:11 PM
Unknown Object (File)
Thu, Mar 28, 9:11 PM
Unknown Object (File)
Thu, Mar 28, 8:50 PM
Unknown Object (File)
Thu, Mar 28, 6:22 PM
Unknown Object (File)
Feb 12 2024, 12:10 PM
Subscribers

Details

Summary

been some changes here and this code was broked. turns out we re-assign $action like two lines later and never used the initial value, so we can simply delete the offending line. Fixes T5745.

Test Plan

submitted inline comment pre-patch and fatal. re-submitted post patch and great success!

Diff Detail

Repository
rP Phabricator
Branch
T5745
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/applications/phragment/controller/PhragmentZIPController.php:54PHL1Unknown Symbol
Errorsrc/applications/phragment/controller/PhragmentZIPController.php:70PHL1Unknown Symbol
Errorsrc/applications/phragment/storage/PhragmentFragment.php:143PHL1Unknown Symbol
Unit
No Test Coverage
Build Status
Buildable 1937
Build 1938: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

btrahan retitled this revision from to Fix audit commenting where there are only inlines.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

We swapped to a different datasource for the "which things are native in PHP", it might be missing ZipArchive.

This revision is now accepted and ready to land.Jul 30 2014, 5:46 PM
btrahan updated this revision to Diff 24236.

Closed by commit rP98c2ad38e564 (authored by @btrahan).