Page MenuHomePhabricator

Fix Diffusion crash
ClosedPublic

Authored by hach-que on Apr 30 2014, 2:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 4:28 PM
Unknown Object (File)
Dec 12 2024, 12:47 AM
Unknown Object (File)
Dec 4 2024, 10:07 AM
Unknown Object (File)
Dec 2 2024, 2:34 PM
Unknown Object (File)
Dec 1 2024, 11:24 AM
Unknown Object (File)
Nov 29 2024, 12:50 AM
Unknown Object (File)
Nov 28 2024, 9:56 PM
Unknown Object (File)
Nov 8 2024, 4:25 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).