Page MenuHomePhabricator

Fix Diffusion crash
ClosedPublic

Authored by hach-que on Apr 30 2014, 2:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 4:25 PM
Unknown Object (File)
Sat, Nov 2, 6:12 PM
Unknown Object (File)
Fri, Nov 1, 5:31 AM
Unknown Object (File)
Oct 24 2024, 10:58 AM
Unknown Object (File)
Oct 23 2024, 7:38 PM
Unknown Object (File)
Oct 19 2024, 10:33 AM
Unknown Object (File)
Oct 17 2024, 1:09 AM
Unknown Object (File)
Oct 16 2024, 8:20 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rP466af3314790: Fix Diffusion crash
Summary

This fixes a crash that happens when visiting Diffusion pages due to an undefined variable. $title is only defined if it has a status to show, but then it uses it anyway and fails.

Test Plan

Pages stopped crashing and people stopped complaining.

Diff Detail

Repository
rP Phabricator
Branch
fix-diffusion-crash
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 138
Build 138: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

hach-que retitled this revision from to Fix Diffusion crash.
hach-que updated this object.
hach-que edited the test plan for this revision. (Show Details)
hach-que added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Apr 30 2014, 2:06 AM
epriestley updated this revision to Diff 21141.
epriestley added a subscriber: Unknown Object (User).

Closed by commit rP466af3314790 (authored by @jamesr, committed by @epriestley).